Index: wflow-py/setup.py =================================================================== diff -u -r043cc93152a2b84e31b26a39f523e4930957b981 -r5cf74bfdd89176533f27073418890cb292257f45 --- wflow-py/setup.py (.../setup.py) (revision 043cc93152a2b84e31b26a39f523e4930957b981) +++ wflow-py/setup.py (.../setup.py) (revision 5cf74bfdd89176533f27073418890cb292257f45) @@ -8,7 +8,7 @@ from setuptools import find_packages here = os.path.abspath(os.path.dirname(__file__)) -README = open(os.path.join(here, 'README.txt')).read() +README = open(os.path.join(here, 'README.rst')).read() TODO = open(os.path.join(here, 'TODO.txt')).read() requires = [