Nadeem Vawda <nadeem.va...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9691>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to