aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 14ef91d..10c67c2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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