This commit is contained in:
Jakub Roztocil 2016-11-23 22:33:22 +01:00
parent 54a63a810e
commit 47fd392c74
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class HTTPieHelpFormatter(RawDescriptionHelpFormatter):
text = dedent(text).strip() + '\n\n'
return text.splitlines()
parser = HTTPieArgumentParser(
formatter_class=HTTPieHelpFormatter,
description='%s <http://httpie.org>' % __doc__.strip(),

View File

@ -69,6 +69,7 @@ def long_description():
with codecs.open('README.rst', encoding='utf8') as f:
return f.read()
setup(
name='httpie',
version=httpie.__version__,