Renamed the CLI tool http.

This commit is contained in:
Jakub Roztočil
2012-02-27 11:54:41 +01:00
parent 459c9f1a33
commit 258fc0cd5f
4 changed files with 50 additions and 10 deletions

View File

@@ -8,5 +8,5 @@ setup(name='httpie',version=httpie.__version__,
author=httpie.__author__,
license=httpie.__licence__,
packages=['httpie'],
entry_points={'console_scripts': ['httpie = httpie.httpie:main']},
entry_points={'console_scripts': ['http = httpie.httpie:main']},
install_requires=['requests>=0.10.4', 'Pygments>=1.4'])