File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,20 @@ dependencies = [
1414requires-python = " >=3.10"
1515readme = " README.md"
1616license = { text = " MIT" }
17+ classifiers = [
18+ " Intended Audience :: Developers" ,
19+ " License :: OSI Approved :: MIT License" ,
20+ " Programming Language :: Python :: 3 :: Only" ,
21+ " Programming Language :: Python :: 3.10" ,
22+ " Programming Language :: Python :: 3.11" ,
23+ " Programming Language :: Python :: 3.12" ,
24+ " Topic :: Software Development :: Libraries" ,
25+ " Topic :: Software Development :: Libraries :: Python Modules" ,
26+ ]
27+
28+ [project .urls ]
29+ homepage = " https://github.com/fastapi-practices/fastapi_oauth20"
30+ repository = " https://github.com/fastapi-practices/fastapi_oauth20"
1731
1832[tool .pdm .dev-dependencies ]
1933lint = [
You can’t perform that action at this time.
0 commit comments