Commit a2eaf317 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

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

parent a9ccce3f
...@@ -19,6 +19,7 @@ __all__ = ['build', ...@@ -19,6 +19,7 @@ __all__ = ['build',
'install_scripts', 'install_scripts',
'install_data', 'install_data',
'sdist', 'sdist',
'register',
'bdist', 'bdist',
'bdist_dumb', 'bdist_dumb',
'bdist_rpm', 'bdist_rpm',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment