1
0
mirror of https://github.com/httpie/cli.git synced 2025-06-15 00:15:06 +02:00

Progress on httpie session *.

This commit is contained in:
Jakub Roztocil
2012-12-01 18:16:00 +01:00
parent acf5f063c7
commit 18510a9396
6 changed files with 122 additions and 66 deletions

View File

@ -47,8 +47,7 @@ setup(
entry_points={
'console_scripts': [
'http = httpie.__main__:main',
# Not ready yet.
# 'httpie = httpie.manage:main',
'httpie = httpie.manage:main',
],
},
install_requires=requirements,