Commit 0f0dcd5 1 parent 28e392f commit 0f0dcd5 Copy full SHA for 0f0dcd5
File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ readme = "README.md"
6
6
license = { file = " LICENSE" }
7
7
classifiers = [" Programming Language :: Python :: 3 :: Only" ]
8
8
requires-python = " >=3.9"
9
+ maintainers = [
10
+ { name = " Compiler LLC" , email = " dev@compiler.la" }
11
+ ]
9
12
dependencies = [
10
13
" eligibility-api==2023.9.1" ,
11
14
" Flask==3.0.3" ,
@@ -29,8 +32,10 @@ test = [
29
32
]
30
33
31
34
[project .urls ]
35
+ Changelog = " https://github.com/cal-itp/eligibility-server/releases"
32
36
Code = " https://github.com/cal-itp/eligibility-server"
33
37
Documentation = " https://docs.calitp.org/eligibility-server"
38
+ Homepage = " https://www.calitp.org/#initiatives-benefits"
34
39
Issues = " https://github.com/cal-itp/eligibility-server/issues"
35
40
36
41
[build-system ]
You can’t perform that action at this time.
0 commit comments