mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
[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
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ __all__ = ['build',
|
|||
'install_scripts',
|
||||
'install_data',
|
||||
'sdist',
|
||||
'register',
|
||||
'bdist',
|
||||
'bdist_dumb',
|
||||
'bdist_rpm',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue