Skip to content

Commit

Permalink
fix cli runner
Browse files Browse the repository at this point in the history
  • Loading branch information
oriontvv committed Jan 2, 2025
1 parent 854f8f2 commit 3e29cb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 3e29cb5

Please sign in to comment.