Skip to content

Commit d1ba9c7

Browse files
authored
chore(pyproject): add more project metadata
maintainers, more project urls
1 parent 16e7150 commit d1ba9c7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
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 = "[email protected]" }
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)