Skip to content

Commit 34ecd8a

Browse files
committed
chore(pyproject): add more project metadata
maintainers, more project urls
1 parent 2154721 commit 34ecd8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ readme = "README.md"
66
license = { file = "LICENSE" }
77
classifiers = ["Programming Language :: Python :: 3 :: Only"]
88
requires-python = ">=3.9"
9+
maintainers = [
10+
{ name = "Compiler LLC", email = "[email protected]" }
11+
]
912
dependencies = [
1013
"Authlib==1.3.2",
1114
"azure-keyvault-secrets==4.8.0",
@@ -39,8 +42,10 @@ test = [
3942
]
4043

4144
[project.urls]
45+
Changelog = "https://github.com/cal-itp/benefits/releases"
4246
Code = "https://github.com/cal-itp/benefits"
4347
Documentation = "https://docs.calitp.org/benefits"
48+
Homepage = "https://www.calitp.org/#initiatives-benefits"
4449
Issues = "https://github.com/cal-itp/benefits/issues"
4550

4651
[build-system]

0 commit comments

Comments
 (0)