We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ae8e7 commit 8c15d14Copy full SHA for 8c15d14
pyproject.toml
@@ -35,6 +35,10 @@ classifiers = [
35
Repository = "https://github.com/switchbox-data/tariff_fetch"
36
Documentation = "https://switchbox-data.github.io/tariff_fetch/"
37
38
+[project.scripts]
39
+tariff-fetch="tariff_fetch.cli:main"
40
+tariff-fetch-gas="tariff_fetch.cli_gas:main"
41
+
42
[dependency-groups]
43
dev = [
44
"pytest>=7.2.0",
0 commit comments