We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2154721 commit 34ecd8aCopy full SHA for 34ecd8a
pyproject.toml
@@ -6,6 +6,9 @@ readme = "README.md"
6
license = { file = "LICENSE" }
7
classifiers = ["Programming Language :: Python :: 3 :: Only"]
8
requires-python = ">=3.9"
9
+maintainers = [
10
+ { name = "Compiler LLC", email = "[email protected]" }
11
+]
12
dependencies = [
13
"Authlib==1.3.2",
14
"azure-keyvault-secrets==4.8.0",
@@ -39,8 +42,10 @@ test = [
39
42
]
40
43
41
44
[project.urls]
45
+Changelog = "https://github.com/cal-itp/benefits/releases"
46
Code = "https://github.com/cal-itp/benefits"
47
Documentation = "https://docs.calitp.org/benefits"
48
+Homepage = "https://www.calitp.org/#initiatives-benefits"
49
Issues = "https://github.com/cal-itp/benefits/issues"
50
51
[build-system]
0 commit comments