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 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 = [