mirror of https://github.com/python/cpython
[Bug #69389] List register command in __all__, so setup.py --help-commands will now list it
This commit is contained in:
parent
a9ccce3fee
commit
a2eaf31727
|
@ -19,6 +19,7 @@ __all__ = ['build',
|
|||
'install_scripts',
|
||||
'install_data',
|
||||
'sdist',
|
||||
'register',
|
||||
'bdist',
|
||||
'bdist_dumb',
|
||||
'bdist_rpm',
|
||||
|
|
Loading…
Reference in New Issue