Skip to content

Commit

Permalink
Merge pull request #21 from laurentb/packaging
Browse files Browse the repository at this point in the history
Packaging fixes
  • Loading branch information
jkbrzt committed Mar 4, 2012
2 parents d9abf7d + 71771dc commit f995c61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include README.md
11 changes: 3 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,11 @@
requirements.append('argparse>=1.2.1')


try:
long_description = open('README.md').read()
except IOError:
long_description = ''


setup(
name='httpie',version=httpie.__version__,
name='httpie',
version=httpie.__version__,
description=httpie.__doc__.strip(),
long_description=long_description,
long_description=open('README.md').read(),
url='http://httpie.org/',
download_url='https://github.com/jkbr/httpie',
author=httpie.__author__,
Expand Down

0 comments on commit f995c61

Please sign in to comment.