mirror of
https://github.com/httpie/cli.git
synced 2025-02-18 02:20:51 +01:00
commit
f995c61892
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
@ -0,0 +1 @@
|
|||||||
|
include README.md
|
11
setup.py
11
setup.py
@ -14,16 +14,11 @@ if sys.version_info < (2, 7):
|
|||||||
requirements.append('argparse>=1.2.1')
|
requirements.append('argparse>=1.2.1')
|
||||||
|
|
||||||
|
|
||||||
try:
|
|
||||||
long_description = open('README.md').read()
|
|
||||||
except IOError:
|
|
||||||
long_description = ''
|
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='httpie',version=httpie.__version__,
|
name='httpie',
|
||||||
|
version=httpie.__version__,
|
||||||
description=httpie.__doc__.strip(),
|
description=httpie.__doc__.strip(),
|
||||||
long_description=long_description,
|
long_description=open('README.md').read(),
|
||||||
url='http://httpie.org/',
|
url='http://httpie.org/',
|
||||||
download_url='https://github.com/jkbr/httpie',
|
download_url='https://github.com/jkbr/httpie',
|
||||||
author=httpie.__author__,
|
author=httpie.__author__,
|
||||||
|
Loading…
Reference in New Issue
Block a user