Quick update to the README file. For intros and books we now point to
[python/dscho.git] / Lib / distutils / command / __init__.py
blob385330b5e0f04ab7246f94b4adb0ea8425cf08bc
1 """distutils.command
3 Package containing implementation of all the standard Distutils
4 commands."""
6 __revision__ = "$Id$"
8 __all__ = ['build',
9 'build_py',
10 'build_ext',
11 'build_clib',
12 'install',
13 'install_lib',
14 'clean',
15 'sdist',
16 'bdist',
17 'bdist_dumb',