mirror of
https://github.com/httpie/cli.git
synced 2025-05-19 22:33:19 +02:00
Cleanup
This commit is contained in:
parent
54a63a810e
commit
47fd392c74
@ -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(),
|
||||
|
1
setup.py
1
setup.py
@ -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__,
|
||||
|
Loading…
x
Reference in New Issue
Block a user