Skip to content

Commit 6f5830c

Browse files
authored
Chore: add project metadata (#70)
2 parents 16e7150 + 5b6cc7b commit 6f5830c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Cal-ITP API implementations and admin tasks for Littlepay.
44

5+
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.
6+
57
## Usage
68

79
```console

pyproject.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,19 @@ readme = "README.md"
66
license = { file = "LICENSE" }
77
classifiers = ["Programming Language :: Python :: 3 :: Only"]
88
requires-python = ">=3.10"
9+
maintainers = [
10+
{ name = "Compiler LLC", email = "dev@compiler.la" }
11+
]
912
dependencies = [
1013
"Authlib>=1.2.1",
1114
"PyYAML>=6.0.1",
1215
"requests>=2.31.0",
1316
]
1417

1518
[project.urls]
16-
code = "https://github.com/cal-itp/littlepay"
17-
tracker = "https://github.com/cal-itp/littlepay"
19+
Changelog = "https://github.com/cal-itp/littlepay/releases"
20+
Code = "https://github.com/cal-itp/littlepay"
21+
Issues = "https://github.com/cal-itp/littlepay/issues"
1822

1923
[project.optional-dependencies]
2024
dev = [

0 commit comments

Comments
 (0)