Skip to content

Commit

Permalink
chore(pyproject): add more project metadata
Browse files Browse the repository at this point in the history
maintainers, more project urls
  • Loading branch information
thekaveman authored Oct 16, 2024
1 parent 16e7150 commit d1ba9c7
Showing 1 changed file with 6 additions and 2 deletions.
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 d1ba9c7

Please sign in to comment.