[issue9691] sdist includes files that are not in MANIFEST.in

Nadeem Vawda report at bugs.python.org
Sun Feb 19 12:00:58 CET 2012


Nadeem Vawda <nadeem.vawda at gmail.com> added the comment:

This happens because the glob-to-regexp translator assumes that the
directory separator is "/", regardless of platform. Consequently, the
regexp for "include *.py" ends up matching "sandbox\dummy.py" erroneously
on Windows.

The problem is currently being discussed in issue 6884; I'm marking this
issue as a duplicate.

----------
nosy: +nadeem.vawda
resolution:  -> duplicate
superseder:  -> Impossible to include file in sdist that starts with 'build' on Win32

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


More information about the Python-bugs-list mailing list