You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2026-05-20 09:49:56 +02:00
Merge pull request #24 from faulkner/fix-packaging
Update references to moved README. Closes #23, #24.
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
|||||||
include README.md
|
include README.rst
|
||||||
|
|||||||
@@ -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__,
|
||||||
|
|||||||
Reference in New Issue
Block a user