1
0
mirror of https://github.com/httpie/cli.git synced 2025-06-15 00:15:06 +02:00
This commit is contained in:
Jakub Roztocil
2012-09-21 05:43:34 +02:00
parent a41dd7ac6d
commit e25d64a610
7 changed files with 64 additions and 53 deletions

View File

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