[issue13712] pysetup create should not convert package_data to extra_files

Erik Bray report at bugs.python.org
Thu Jan 5 16:44:38 CET 2012


Erik Bray <erik.m.bray at gmail.com> added the comment:

FWIW, I'm for the first option for specifying package_data:

[files]
package_data =
    spam = first second third

I'm pretty sure this is how I ended up implementing it in d2to1, since I needed this functionality.

Theoretically spaces could be supported with an escape sequence, but I don't think that's worth complicating things for if package_data is deprecated anyways.  I'm all for making it difficult for anyone trying to include filenames with spaces in their source code.

----------

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


More information about the Python-bugs-list mailing list