New submission from Scott Cutler <[email protected]>: When using setup.py sdist, I found that my module folder "builders" was not being included. After using the debug flag I saw it used a regular expression to match the temporary build path and remove it. The regex is r'^build\.*' . It should be r'^build\\.*'
---------- messages: 635 nosy: wetfeet2000 priority: bug status: unread title: bad regular expression for build folder _______________________________________________ Setuptools tracker <[email protected]> <http://bugs.python.org/setuptools/issue132> _______________________________________________ _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
