Skip to content

Commit

Permalink
Fix readme for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
FavioVazquez committed Jul 18, 2017
1 parent 72c23ab commit ebcfdc0
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 @@ -14,7 +14,7 @@ def get_version():
raise RuntimeError('This version requires Python 3.5+') # pragma: no cover

def readme():
with open('README.md') as f:
with open('Readme.txt') as f:
return f.read()

install_requires = []
Expand Down

0 comments on commit ebcfdc0

Please sign in to comment.