goodwillcoding
2014-06-02 e2ec94f197f7e2a040091d661cc56496e6136eba
fix inclusion of README.rst in the package description
1 files modified
2 ■■■ changed files
setup.py 2 ●●● patch | view | raw | blame | history
setup.py
@@ -30,7 +30,7 @@
here = os.path.abspath(os.path.dirname(__file__))
try:
    with open(os.path.join(here, 'README.txt')) as f:
    with open(os.path.join(here, 'README.rst')) as f:
        README = f.read()
    with open(os.path.join(here, 'CHANGES.txt')) as f:
        CHANGES = f.read()