From 3e29cb52bd4bbe12ec7516df5aab41636f34b634 Mon Sep 17 00:00:00 2001 From: oriontvv Date: Thu, 2 Jan 2025 15:36:26 +0300 Subject: [PATCH] fix cli runner --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 293a851..3c3cb2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.2] - 2025-01-02 +- Fix cli + + ## [2.0.1] - 2024-12-29 ### Added - Add python 3.11, 3.12, 3.13 to ci, drop support until 3.9 diff --git a/pyproject.toml b/pyproject.toml index 516ae47..533dfde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ repository = "https://github.com/oriontvv/pyaspeller" changelog = "https://github.com/oriontvv/pyaspeller/blob/master/CHANGELOG.md" [project.scripts] -pyaspeller = "src:pyaspeller" +pyaspeller = "pyaspeller:main" [build-system] requires = ['hatchling', 'hatch-fancy-pypi-readme>=22.5.0']