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 = [
14
14
requires-python = " >=3.10"
15
15
readme = " README.md"
16
16
license = { 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"
17
31
18
32
[tool .pdm .dev-dependencies ]
19
33
lint = [
You can’t perform that action at this time.
0 commit comments