Fix the name of the script

This commit is contained in:
Ivan R. 2022-12-23 22:22:05 +05:00
parent 409d4cf950
commit d2946f7cbf
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -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"]