Skip to content

Commit 6d200ad

Browse files
committed
Install command line tool as reporting-cli
After package installation the tool can be called via `reporting-cli` from the command line. Signed-off-by: cwasicki <[email protected]>
1 parent 4579cf4 commit 6d200ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ dependencies = [
3636
]
3737
dynamic = ["version"]
3838

39+
[project.scripts]
40+
reporting-cli = "frequenz.client.reporting.__main__:main"
41+
3942
[[project.authors]]
4043
name = "Frequenz Energy-as-a-Service GmbH"
4144

0 commit comments

Comments
 (0)