Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: add project metadata #500

Merged
merged 3 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Server implementation of the [Eligibility Verification API](https://docs.calitp.org/eligibility-api/specification). See
the client implementation in [`benefits`](https://github.com/cal-itp/benefits).

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.

View the technical documentation online: [https://docs.calitp.org/eligibility-server](https://docs.calitp.org/eligibility-server)

## License
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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).

Documentation for the `main` (default) branch is available [online](https://docs.calitp.org/eligibility-server).
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.

## Overview

Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ readme = "README.md"
license = { file = "LICENSE" }
classifiers = ["Programming Language :: Python :: 3 :: Only"]
requires-python = ">=3.9"
maintainers = [
{ name = "Compiler LLC", email = "[email protected]" }
]
dependencies = [
"eligibility-api==2023.9.1",
"Flask==3.0.3",
Expand All @@ -29,8 +32,10 @@ test = [
]

[project.urls]
Changelog = "https://github.com/cal-itp/eligibility-server/releases"
Code = "https://github.com/cal-itp/eligibility-server"
Documentation = "https://docs.calitp.org/eligibility-server"
Homepage = "https://www.calitp.org/#initiatives-benefits"
Issues = "https://github.com/cal-itp/eligibility-server/issues"

[build-system]
Expand Down
Loading