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

Commit

Permalink
Merge pull request #15 from jasonthomas/fix-setup
Browse files Browse the repository at this point in the history
Update readme location in setup.py.
  • Loading branch information
jasonthomas committed Feb 23, 2015
2 parents e6d8ac9 + 7e3130a commit f907842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

here = os.path.abspath(os.path.dirname(__file__))

with open(os.path.join(here, 'README')) as f:
with open(os.path.join(here, 'README.rst')) as f:
README = f.read()


Expand Down

0 comments on commit f907842

Please sign in to comment.