Skip to content
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.

Commit

Permalink
Remove extra lines from desc on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Jan 12, 2015
1 parent e313a3d commit 5610bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

def get_description():
with open('README.rst', 'r') as f:
return '\n'.join(f.readlines()[2:])
return ''.join(f.readlines()[2:])

requires = [
'fmn.lib',
Expand Down

0 comments on commit 5610bbe

Please sign in to comment.