[issue828450] sdist generates bad MANIFEST on Windows

higery report at bugs.python.org
Sun Apr 17 07:25:20 CEST 2011


higery <shoulderhigher at gmail.com> added the comment:

It may be just necessary to hack the write_manifest funtion in sdist.py- replace all '\' in MANIFEST with '/', thus it will not have other bad side effects, for instance, it would not change the content of self.filelist and people can also use '/' in MANIFEST template file on windows as usual.

----------
Added file: http://bugs.python.org/file21691/change_path_separator_in_MANIFEST.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue828450>
_______________________________________


More information about the Python-bugs-list mailing list