diff options
author | 2015-05-10 17:40:30 +0200 | |
---|---|---|
committer | 2015-05-10 17:40:30 +0200 | |
commit | 816f959156a4d44a4b7444c27706c617c76ef5f0 (patch) | |
tree | cd3a7f9e2451020552a199cd73d7051be0d05c49 /setup.py | |
parent | Merge pull request #1409 from ktrhn/master (diff) | |
download | pyload-816f959156a4d44a4b7444c27706c617c76ef5f0.tar.xz |
Remove old CLI
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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, |