Skip to content

Commit

Permalink
Fixed script missing after migration
Browse files Browse the repository at this point in the history
Moving solely to pyproject.toml and away from the old setup.py broke installing bandcamp-dl as a script, fixed.
  • Loading branch information
Evolution0 committed Jul 3, 2024
1 parent f783569 commit 7c8394a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ dependencies = [
"requests >= 2.32.3"
]

[project.scripts]
bandcamp-dl = "bandcamp_dl.__main__:main"

[project.urls]
Documentation = "https://github.com/iheanyi/bandcamp-dl/blob/master/README.rst"
Source = "https://github.com/iheanyi/bandcamp-dl"
Expand Down

0 comments on commit 7c8394a

Please sign in to comment.