Skip to content

Commit

Permalink
Chore: add project metadata (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Oct 16, 2024
2 parents 16e7150 + 5b6cc7b commit 6f5830c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://compiler.la" target="_blank">Compiler LLC</a> on behalf of Caltrans, Cal-ITP, and our agency partners.

## Usage

```console
Expand Down
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@ readme = "README.md"
license = { file = "LICENSE" }
classifiers = ["Programming Language :: Python :: 3 :: Only"]
requires-python = ">=3.10"
maintainers = [
{ name = "Compiler LLC", email = "[email protected]" }
]
dependencies = [
"Authlib>=1.2.1",
"PyYAML>=6.0.1",
"requests>=2.31.0",
]

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

0 comments on commit 6f5830c

Please sign in to comment.