Skip to content

Commit 0f0dcd5

Browse files
authored
chore(pyproject): add more project metadata
maintainers, more project urls
1 parent 28e392f commit 0f0dcd5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

+5
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 = "dev@compiler.la" }
11+
]
912
dependencies = [
1013
"eligibility-api==2023.9.1",
1114
"Flask==3.0.3",
@@ -29,8 +32,10 @@ test = [
2932
]
3033

3134
[project.urls]
35+
Changelog = "https://github.com/cal-itp/eligibility-server/releases"
3236
Code = "https://github.com/cal-itp/eligibility-server"
3337
Documentation = "https://docs.calitp.org/eligibility-server"
38+
Homepage = "https://www.calitp.org/#initiatives-benefits"
3439
Issues = "https://github.com/cal-itp/eligibility-server/issues"
3540

3641
[build-system]

0 commit comments

Comments
 (0)