blob: 385330b5e0f04ab7246f94b4adb0ea8425cf08bc [file] [log] [blame]
"""distutils.command
Package containing implementation of all the standard Distutils
commands."""
__revision__ = "$Id$"
__all__ = ['build',
'build_py',
'build_ext',
'build_clib',
'install',
'install_lib',
'clean',
'sdist',
'bdist',
'bdist_dumb',
]