From 0f0dcd52c8dc1a88f7767dbdbe0b7297dd40ef73 Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Wed, 16 Oct 2024 13:26:48 -0700 Subject: [PATCH 1/3] chore(pyproject): add more project metadata maintainers, more project urls --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d366e9b2..a9e753aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "dev@compiler.la" } +] dependencies = [ "eligibility-api==2023.9.1", "Flask==3.0.3", @@ -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] From fa8b23291df3fca8c75d579643e1a0d1ad1a46ca Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Wed, 16 Oct 2024 13:52:46 -0700 Subject: [PATCH 2/3] docs: maintainers in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7c05e586..bdfb6f23 100644 --- a/README.md +++ b/README.md @@ -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 Compiler LLC 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 From 76e31ddaed2ad5af808dc98cf5bba66fda66d90c Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Wed, 16 Oct 2024 20:55:53 +0000 Subject: [PATCH 3/3] docs: maintainers on homepage --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 1735e42d..9ece7677 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 Compiler LLC on behalf of Caltrans, Cal-ITP, and our agency partners. ## Overview