1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00

Added field-name:=raw-json

Closes #14
This commit is contained in:
Jakub Roztočil
2012-03-04 02:26:41 +01:00
parent 73d0f9cd56
commit b802f2b960
3 changed files with 39 additions and 10 deletions
+2 -2
View File
@@ -5,13 +5,13 @@ import httpie
requirements = ['requests>=0.10.4', 'Pygments>=1.4']
if sys.version_info < (2 , 7):
if sys.version_info < (2, 7):
requirements.append('argparse>=1.2.1')
setup(name='httpie',version=httpie.__version__,
description=httpie.__doc__.strip(),
url='https://github.com/jkbr/httpie',
url='http://httpie.org/',
author=httpie.__author__,
license=httpie.__licence__,
packages=['httpie'],