1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-28 08:38:44 +02:00

Merge pull request #24 from faulkner/fix-packaging

Update references to moved README.
Closes #23, #24.
This commit is contained in:
Jakub Roztocil 2012-03-05 00:04:53 -08:00
commit 028d16d0ff
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
include README.md
include README.rst

View File

@ -18,7 +18,7 @@ setup(
name='httpie',
version=httpie.__version__,
description=httpie.__doc__.strip(),
long_description=open('README.md').read(),
long_description=open('README.rst').read(),
url='http://httpie.org/',
download_url='https://github.com/jkbr/httpie',
author=httpie.__author__,