Skip to content

Commit 2093056

Browse files
authored
Chore: add project metadata (#500)
2 parents 28e392f + 76e31dd commit 2093056

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Server implementation of the [Eligibility Verification API](https://docs.calitp.org/eligibility-api/specification). See
44
the client implementation in [`benefits`](https://github.com/cal-itp/benefits).
55

6+
Eligibility Server is open-source software that is designed, developed, and maintained by <a href="https://compiler.la" target="_blank">Compiler LLC</a> on behalf of Caltrans, Cal-ITP, and our agency partners.
7+
68
View the technical documentation online: [https://docs.calitp.org/eligibility-server](https://docs.calitp.org/eligibility-server)
79

810
## License

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This website provides technical documentation for the `eligibility-server` application, a part of the [`benefits`](https://docs.calitp.org/benefits) application, from the [California Integrated Travel Project (Cal-ITP)](https://www.calitp.org).
44

5-
Documentation for the `main` (default) branch is available [online](https://docs.calitp.org/eligibility-server).
5+
Eligibility Server is open-source software that is designed, developed, and maintained by <a href="https://compiler.la" target="_blank">Compiler LLC</a> on behalf of Caltrans, Cal-ITP, and our agency partners.
66

77
## Overview
88

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)