Commit bfc2b54d authored by Greg Ward's avatar Greg Ward

Simplified doc string.

Added 'clean' to list of commands.
parent 8f7de701
"""distutils.command """distutils.command
Package containing implementation of all the standard Distutils Package containing implementation of all the standard Distutils
commands. Currently this means: commands."""
build
build_py
build_ext
install
install_py
install_ext
dist
but this list will undoubtedly grow with time."""
__revision__ = "$Id$" __revision__ = "$Id$"
...@@ -21,5 +11,6 @@ __all__ = ['build', ...@@ -21,5 +11,6 @@ __all__ = ['build',
'install', 'install',
'install_py', 'install_py',
'install_ext', 'install_ext',
'clean',
'sdist', 'sdist',
] ]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment