diff options
Diffstat (limited to '')
-rw-r--r-- | setup.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ [metadata] -name = arte +name = artetv_dl home-page = https://git.neodarz.net/neodarz/scripts/arte.tv-dl.git summary = Download videos from arte.tv description-file = @@ -22,7 +22,7 @@ classifier = [files] packages = - arte + artetv_dl [extras] devel= @@ -33,7 +33,7 @@ devel= [entry_points] console_scripts = - arte = arte.__main__:main + artetv-dl = artetv_dl.__main__:main [wheel] universal = 1 |