We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e7150 commit d1ba9c7Copy full SHA for d1ba9c7
pyproject.toml
@@ -6,15 +6,19 @@ readme = "README.md"
6
license = { file = "LICENSE" }
7
classifiers = ["Programming Language :: Python :: 3 :: Only"]
8
requires-python = ">=3.10"
9
+maintainers = [
10
+ { name = "Compiler LLC", email = "[email protected]" }
11
+]
12
dependencies = [
13
"Authlib>=1.2.1",
14
"PyYAML>=6.0.1",
15
"requests>=2.31.0",
16
]
17
18
[project.urls]
-code = "https://github.com/cal-itp/littlepay"
-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"
22
23
[project.optional-dependencies]
24
dev = [
0 commit comments