Skip to content

Commit b0b42bb

Browse files
authored
Add classifiers and urls to pyproject (#7)
1 parent 4f60b7a commit b0b42bb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ dependencies = [
1414
requires-python = ">=3.10"
1515
readme = "README.md"
1616
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"
1731

1832
[tool.pdm.dev-dependencies]
1933
lint = [

0 commit comments

Comments
 (0)