Fix the name of the script
This commit is contained in:
parent
409d4cf950
commit
d2946f7cbf
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "histd"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
authors = [
|
||||
{ name="Ivan Reshetnikov", email="ordinarydev@protonmail.com" },
|
||||
]
|
||||
|
@ -20,7 +20,7 @@ classifiers = [
|
|||
"Bug Tracker" = "https://github.com/ordinary-dev/histd/issues"
|
||||
|
||||
[project.scripts]
|
||||
cli-name = "histd.cli:main"
|
||||
histd = "histd.cli:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
|
|
Loading…
Reference in a new issue