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