fix entry points
All checks were successful
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
Ivan Schaller 2022-06-22 19:37:34 +02:00
parent d9fe6a4b32
commit 56b582b53a

View file

@ -37,7 +37,8 @@ Tracker = "https://github.com/olofvndrhr/manga-dlp/issues"
Source = "https://github.com/olofvndrhr/manga-dlp"
[project.scripts]
hatch = "mangadlp.input:get_args"
mangadlp = "mangadlp.input:main"
manga-dlp = "mangadlp.input:main"
# isort config
[tool.isort]