Index: wflow-py/setup.py =================================================================== diff -u -rca550c98b8b75a453fe2ff806ab92a6595d146a6 -r9c33accc4863cd353267f08290367eded8705ea0 --- wflow-py/setup.py (.../setup.py) (revision ca550c98b8b75a453fe2ff806ab92a6595d146a6) +++ wflow-py/setup.py (.../setup.py) (revision 9c33accc4863cd353267f08290367eded8705ea0) @@ -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 = [