File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ keywords = [
2121classifiers = [
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
4135dependencies = [
4236 " fastapi >=0.95.0" ,
@@ -68,4 +62,10 @@ explicit = true
6862name = " testpypi"
6963url = " https://test.pypi.org/simple/"
7064publish-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"
You can’t perform that action at this time.
0 commit comments