Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwen authored Aug 16, 2017
1 parent 4cedae2 commit 1a6c62f
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 @@ -6,7 +6,7 @@

def readme():
with open('README.rst') as f:
return ''.join(f.readlines()[12:])
return ''.join(f.readlines()[11:])

setup(
name=package.__name__,
Expand Down

0 comments on commit 1a6c62f

Please sign in to comment.