Skip to content

Commit

Permalink
fix typo in pyproject.toml that would break kobuddy binary
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss committed Oct 10, 2023
1 parent 2de264e commit 1a19025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ testing = [
]

[project.scripts]
kobuddy = "kobuddy:__main__.main"
kobuddy = "kobuddy.__main__:main"

[build-system]
requires = ["setuptools", "setuptools-scm"]
Expand Down

0 comments on commit 1a19025

Please sign in to comment.