mirror of
https://github.com/httpie/cli.git
synced 2025-08-19 12:44:10 +02:00
Renamed the CLI tool http
.
This commit is contained in:
2
setup.py
2
setup.py
@@ -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'])
|
||||
|
Reference in New Issue
Block a user