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] [project]
name = "histd" name = "histd"
version = "0.0.3" version = "0.0.4"
authors = [ authors = [
{ name="Ivan Reshetnikov", email="ordinarydev@protonmail.com" }, { name="Ivan Reshetnikov", email="ordinarydev@protonmail.com" },
] ]
@ -20,7 +20,7 @@ classifiers = [
"Bug Tracker" = "https://github.com/ordinary-dev/histd/issues" "Bug Tracker" = "https://github.com/ordinary-dev/histd/issues"
[project.scripts] [project.scripts]
cli-name = "histd.cli:main" histd = "histd.cli:main"
[build-system] [build-system]
requires = ["setuptools"] requires = ["setuptools"]