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