From d2946f7cbf810e9d7005f96f59c13cd2accd14be Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Fri, 23 Dec 2022 22:22:05 +0500 Subject: [PATCH] Fix the name of the script --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6c1b4ff..3682128 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]