JSON session data, `httpie' management command.

This commit is contained in:
Jakub Roztocil
2012-08-18 23:03:31 +02:00
parent ff9f23da5b
commit 8a9cedb16e
8 changed files with 253 additions and 79 deletions

View File

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