Sat May 22 01:38:16 Paris, Madrid (heure d'été) 2010 freestorm77@gmail.com * path_reparator_change_for_windows.darcs.txt This patch replace path separator "/" => "\\" to be correctly used by setuptools on Windows. New patches: [path_reparator_change_for_windows.darcs.txt freestorm77@gmail.com**20100521233816 Ignore-this: 8bc93119a1e15df8b0724077de5bfa6a This patch replace path separator "/" => "\\" to be correctly used by setuptools on Windows. ] hunk ./setuptools_darcs/setuptools_darcs.py 73 if fn.startswith(rel_to_repo_dirname): fn = fn[len(rel_to_repo_dirname):] warn = False - yield fn + # We need to replace "/" by "\\" because setuptools can't includes web/*.xhtml files on Windows, due of path separator + # This correct ticket #1033 + yield fn.replace('/', os.sep) if warn and not os.path.exists('PKG-INFO'): from distutils import log Context: [TAG setuptools_darcs-1.2.5 zooko@zooko.com**20090204045709 Ignore-this: 4ad33f4337f93258d6200ed9e2779ab8 ] Patch bundle hash: 99ff48fbee39663cc31b7f41be9c6475a88080a2