Skip to content

Commit

Permalink
Add classifiers and urls to pyproject (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-clan authored Feb 19, 2024
1 parent 4f60b7a commit b0b42bb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ dependencies = [
requires-python = ">=3.10"
readme = "README.md"
license = { text = "MIT" }
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
]

[project.urls]
homepage = "https://github.com/fastapi-practices/fastapi_oauth20"
repository = "https://github.com/fastapi-practices/fastapi_oauth20"

[tool.pdm.dev-dependencies]
lint = [
Expand Down

0 comments on commit b0b42bb

Please sign in to comment.