cpython/Lib/distutils/command
Greg Ward e5b267ccb6 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.").
2000-05-27 03:03:23 +00:00
..
__init__.py
bdist.py
bdist_dumb.py
bdist_rpm.py
build.py
build_clib.py
build_ext.py
build_py.py
build_scripts.py
clean.py
command_template
install.py
install_data.py
install_headers.py
install_lib.py Fixed command description. 2000-05-23 01:55:16 +00:00
install_scripts.py
sdist.py Patch from Andrew Kuchling: prune out the build and source distribution 2000-05-27 03:03:23 +00:00