From 816f959156a4d44a4b7444c27706c617c76ef5f0 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 10 May 2015 17:40:30 +0200 Subject: Remove old CLI --- setup.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3f239c68e..ae6c59fb2 100755 --- a/setup.py +++ b/setup.py @@ -80,12 +80,7 @@ setup( # tests_require=['nose', 'websocket-client >= 0.8.0', 'requests >= 1.2.2'], - entry_points={ - 'console_scripts': [ - 'pyload = pyload.Core:main', - 'pyload-cli = pyload.Cli:main' - ] - }, + entry_points={'console_scripts': ['pyload = pyload.Core:main']}, zip_safe=False, -- cgit v1.2.3