Removed a reference to the removed httpie command

Closes #131
This commit is contained in:
Jakub Roztocil 2013-02-26 14:31:48 +01:00
parent 2bed81059a
commit 5c6cea79a1

View File

@ -46,7 +46,6 @@ setup(
entry_points={
'console_scripts': [
'http = httpie.__main__:main',
'httpie = httpie.manage:main',
],
},
install_requires=requirements,