forked from extern/httpie-cli
Merge pull request #24 from faulkner/fix-packaging
Update references to moved README. Closes #23, #24.
This commit is contained in:
commit
028d16d0ff
@ -1 +1 @@
|
|||||||
include README.md
|
include README.rst
|
||||||
|
2
setup.py
2
setup.py
@ -18,7 +18,7 @@ setup(
|
|||||||
name='httpie',
|
name='httpie',
|
||||||
version=httpie.__version__,
|
version=httpie.__version__,
|
||||||
description=httpie.__doc__.strip(),
|
description=httpie.__doc__.strip(),
|
||||||
long_description=open('README.md').read(),
|
long_description=open('README.rst').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