[Bug #69389] List register command in __all__, so setup.py --help-commands will now list it

This commit is contained in:
Andrew M. Kuchling 2003-03-03 18:37:16 +00:00
parent a9ccce3fee
commit a2eaf31727
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ __all__ = ['build',
'install_scripts',
'install_data',
'sdist',
'register',
'bdist',
'bdist_dumb',
'bdist_rpm',