From 5c6cea79a1b802b22791db7c8c10ec613cc3c05e Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Tue, 26 Feb 2013 14:31:48 +0100 Subject: [PATCH] Removed a reference to the removed `httpie` command Closes #131 --- setup.py | 1 - 1 file changed, 1 deletion(-) 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,