Skip to content

Commit 23c2d6a

Browse files
committed
Update project urls
1 parent 0ff94c8 commit 23c2d6a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ keywords = [
2121
classifiers = [
2222
"Development Status :: 4 - Beta",
2323
"Intended Audience :: Developers",
24-
"License :: OSI Approved :: MIT License",
2524
"Programming Language :: Python :: 3.9",
2625
"Programming Language :: Python :: 3.10",
2726
"Programming Language :: Python :: 3.11",
@@ -32,11 +31,6 @@ classifiers = [
3231
"Operating System :: OS Independent"
3332
]
3433

35-
[project.urls]
36-
Homepage = "https://github.com/devbijay/FastAPI-Cap"
37-
Documentation = "https://devbijay.github.io/FastAPI-Cap/"
38-
Repository = "https://github.com/devbijay/FastAPI-Cap.git"
39-
Issues = "https://github.com/devbijay/FastAPI-Cap/issues"
4034

4135
dependencies = [
4236
"fastapi >=0.95.0",
@@ -68,4 +62,10 @@ explicit = true
6862
name = "testpypi"
6963
url = "https://test.pypi.org/simple/"
7064
publish-url = "https://test.pypi.org/legacy/"
71-
explicit = true
65+
explicit = true
66+
67+
[project.urls]
68+
Homepage = "https://github.com/devbijay/FastAPI-Cap"
69+
Documentation = "https://devbijay.github.io/FastAPI-Cap/"
70+
Repository = "https://github.com/devbijay/FastAPI-Cap.git"
71+
Issues = "https://github.com/devbijay/FastAPI-Cap/issues"

0 commit comments

Comments
 (0)