"""distutils.command Package containing implementation of all the standard Distutils commands.""" __revision__ = "$Id$" __all__ = ['build', 'build_py', 'build_ext', 'install', 'install_py', 'install_ext', 'clean', 'sdist', ]