diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py index 40595ba949d..d2b37a8ce1d 100644 --- a/Lib/distutils/command/__init__.py +++ b/Lib/distutils/command/__init__.py @@ -1,17 +1,7 @@ """distutils.command Package containing implementation of all the standard Distutils -commands. Currently this means: - - build - build_py - build_ext - install - install_py - install_ext - dist - -but this list will undoubtedly grow with time.""" +commands.""" __revision__ = "$Id$" @@ -21,5 +11,6 @@ 'install', 'install_py', 'install_ext', + 'clean', 'sdist', ]