summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/__init__.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-03-03 18:37:16 +0000
committerAndrew M. Kuchling <amk@amk.ca>2003-03-03 18:37:16 +0000
commit4ee93d8b25403820dff939f53d58e97054fff54a (patch)
tree77a58cf7ce50f553446a9e8d546e68092d24ac1c /Lib/distutils/command/__init__.py
parent33a3a0eb23b9a4cefbc7175cb53a4f557d5ca2c0 (diff)
downloadcpython-4ee93d8b25403820dff939f53d58e97054fff54a.tar.gz
[Bug #69389] List register command in __all__, so setup.py --help-commands will now list it
Diffstat (limited to 'Lib/distutils/command/__init__.py')
-rw-r--r--Lib/distutils/command/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py
index fc6117166b..870005dca7 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',