higery <shoulderhig...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue828450>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to