Skip to content

Commit

Permalink
python/status: fix installed script
Browse files Browse the repository at this point in the history
Commit 5da7ecd (python/its-status: migrate to PEP517) copied the
pyproject.toml from the its-info package as a starting point.

In doing so, it forgot to rename the installed script, and to update
its entrypoint as well.

Fix that now.

Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
ymorin-orange committed Dec 24, 2024
1 parent 7e91b4a commit c1a818a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/its-status/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ dependencies = [
"Bug Tracker" = "https://github.com/Orange-OpenSource/its-client/issues"

[project.scripts]
its-info = "its_status.main:main"
its-status = "its_status.main:main"

0 comments on commit c1a818a

Please sign in to comment.