From fb4ece7feade0c22d24916ad8bf6b856863bee32 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Sat, 18 Mar 2000 17:36:09 +0000 Subject: Simplified doc string. Added 'clean' to list of commands. --- Lib/distutils/command/__init__.py | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py index 40595ba..d2b37a8 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 @@ __all__ = ['build', 'install', 'install_py', 'install_ext', + 'clean', 'sdist', ] -- cgit v0.12