From a2eaf31727034f8cff9835f4b2140007f450ccec Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 3 Mar 2003 18:37:16 +0000 Subject: [Bug #69389] List register command in __all__, so setup.py --help-commands will now list it --- Lib/distutils/command/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py index fc61171..870005d 100644 --- a/Lib/distutils/command/__init__.py +++ b/Lib/distutils/command/__init__.py @@ -19,6 +19,7 @@ __all__ = ['build', 'install_scripts', 'install_data', 'sdist', + 'register', 'bdist', 'bdist_dumb', 'bdist_rpm', -- cgit v0.12