diff --git a/setup.py b/setup.py index 72f0b7ba..a0bb8ce8 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,6 @@ setup( entry_points={ 'console_scripts': [ 'http = httpie.__main__:main', - 'httpie = httpie.manage:main', ], }, install_requires=requirements,