From d1ba9c75ef7531b30b01c1bbdd857b46ae049beb Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Wed, 16 Oct 2024 13:29:17 -0700 Subject: [PATCH 1/2] chore(pyproject): add more project metadata maintainers, more project urls --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aed755f..07f9b27 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.10" +maintainers = [ + { name = "Compiler LLC", email = "dev@compiler.la" } +] dependencies = [ "Authlib>=1.2.1", "PyYAML>=6.0.1", @@ -13,8 +16,9 @@ dependencies = [ ] [project.urls] -code = "https://github.com/cal-itp/littlepay" -tracker = "https://github.com/cal-itp/littlepay" +Changelog = "https://github.com/cal-itp/littlepay/releases" +Code = "https://github.com/cal-itp/littlepay" +Issues = "https://github.com/cal-itp/littlepay/issues" [project.optional-dependencies] dev = [ From 5b6cc7ba7fef09b1114919a6afed94594d77f08f Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Wed, 16 Oct 2024 13:58:18 -0700 Subject: [PATCH 2/2] docs: maintainers in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f7dbfc5..19385aa 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Cal-ITP API implementations and admin tasks for Littlepay. +This library is open-source software that is designed, developed, and maintained by Compiler LLC on behalf of Caltrans, Cal-ITP, and our agency partners. + ## Usage ```console