Patch from Andrew Kuchling: prune out the build and source distribution
authorGreg Ward <gward@python.net>
Sat, 27 May 2000 03:03:23 +0000 (03:03 +0000)
committerGreg Ward <gward@python.net>
Sat, 27 May 2000 03:03:23 +0000 (03:03 +0000)
commite5b267ccb63d2f0a0f622693f425d5c9186e2424
tree90f96017aba805411693e4b22b5953c07a775345
parent51def7d667a42eac177690e1fe00eab7f2102319
Patch from Andrew Kuchling: prune out the build and source distribution
directories after all is said and done, so we don't accidentally include
those files in the source distribution.

(This is the quick and easy way to fix this; Andrew says: "Changing
findall() looked like it was going to be messy, so I tried this instead.
The only problem is that redundant directory traversals are being done,
walking through build/ only to throw out all the files found at the end.").
Lib/distutils/command/sdist.py