Skip to content

Commit

Permalink
Fix run path in pyproject.toml
Browse files Browse the repository at this point in the history
Run path was set to run "run" function in __main__.py
  • Loading branch information
jo1gi committed Jul 10, 2023
1 parent 30e6876 commit 5190c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion audiobookdl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .sources.source import Source
from . import utils

__version__ = "0.6.0"
__version__ = "0.6.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dynamic = ["version"]
"Bugtracker" = "https://github.com/jo1gi/audiobook-dl/issues"

[project.scripts]
audiobook-dl = "audiobookdl.__main__:run"
audiobook-dl = "audiobookdl.__main__:main"

[tool.setuptools.dynamic]
version = {attr = "audiobookdl.__version__"}
Expand Down

0 comments on commit 5190c69

Please sign in to comment.