Skip to content

Commit 8c15d14

Browse files
committed
update pyproject.toml
1 parent c9ae8e7 commit 8c15d14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ classifiers = [
3535
Repository = "https://github.com/switchbox-data/tariff_fetch"
3636
Documentation = "https://switchbox-data.github.io/tariff_fetch/"
3737

38+
[project.scripts]
39+
tariff-fetch="tariff_fetch.cli:main"
40+
tariff-fetch-gas="tariff_fetch.cli_gas:main"
41+
3842
[dependency-groups]
3943
dev = [
4044
"pytest>=7.2.0",

0 commit comments

Comments
 (0)