[Distutils] [issue132] bad regular expression for build folder

Scott Cutler setuptools at bugs.python.org
Thu Sep 1 01:45:47 CEST 2011


New submission from Scott Cutler <cutler.scott at gmail.com>:

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 <setuptools at bugs.python.org>
<http://bugs.python.org/setuptools/issue132>
_______________________________________________


More information about the Distutils-SIG mailing list