]> granicus.if.org Git - python/commitdiff
[Bug #69389] List register command in __all__, so setup.py --help-commands will now...
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 3 Mar 2003 18:37:16 +0000 (18:37 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 3 Mar 2003 18:37:16 +0000 (18:37 +0000)
Lib/distutils/command/__init__.py

index fc6117166b8ad067f3d46ef0652e9a466375d34d..870005dca72b339b842ecc55f66aaa218c752c5e 100644 (file)
@@ -19,6 +19,7 @@ __all__ = ['build',
            'install_scripts',
            'install_data',
            'sdist',
+           'register',
            'bdist',
            'bdist_dumb',
            'bdist_rpm',