Skip to content

Commit

Permalink
chore(pyproject): add more project metadata
Browse files Browse the repository at this point in the history
maintainers, more project urls
  • Loading branch information
thekaveman committed Oct 15, 2024
1 parent 2154721 commit 34ecd8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ readme = "README.md"
license = { file = "LICENSE" }
classifiers = ["Programming Language :: Python :: 3 :: Only"]
requires-python = ">=3.9"
maintainers = [
{ name = "Compiler LLC", email = "[email protected]" }
]
dependencies = [
"Authlib==1.3.2",
"azure-keyvault-secrets==4.8.0",
Expand Down Expand Up @@ -39,8 +42,10 @@ test = [
]

[project.urls]
Changelog = "https://github.com/cal-itp/benefits/releases"
Code = "https://github.com/cal-itp/benefits"
Documentation = "https://docs.calitp.org/benefits"
Homepage = "https://www.calitp.org/#initiatives-benefits"
Issues = "https://github.com/cal-itp/benefits/issues"

[build-system]
Expand Down

0 comments on commit 34ecd8a

Please sign in to comment.