diff --git a/pyproject.toml b/pyproject.toml index 4e83524..a81a808 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] requires-python = ">= 3.0" name = "hypickle" -version = "1.0.22" +version = "1.0.23" dependencies = [ "requests", "rich", @@ -16,7 +16,7 @@ readme = "README.md" license = {file = "LICENSE"} [project.scripts] -hypickle = "main:main" +hypickle = "hypickle.main:main" [tool.setuptools] py-modules = [] \ No newline at end of file