Skip to content

Commit

Permalink
Fixed README name in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
rshipp committed Jul 5, 2014
1 parent e3ab2c4 commit 4516989
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
@@ -1,7 +1,7 @@
import os
from setuptools import setup

README = open(os.path.join(os.path.dirname(__file__), 'README.md')).read()
README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()

# allow setup.py to be run from any path
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
Expand Down

0 comments on commit 4516989

Please sign in to comment.