Reed O'Brien
2010-11-05 90d6206928b6fcd0efdd289efa58ebaa53f7ae8b
update setup.py to get renamed readme
1 files modified
2 ■■■ changed files
setup.py 2 ●●● patch | view | raw | blame | history
setup.py
@@ -22,7 +22,7 @@
here = os.path.abspath(os.path.dirname(__file__))
try:
    README = open(os.path.join(here, 'README.txt')).read()
    README = open(os.path.join(here, 'README.rst')).read()
    CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
except IOError:
    README = CHANGES = ''