mirror of https://github.com/python/cpython
#5631: add upload to list of possible commands, which is presented in --help-commands.
This commit is contained in:
parent
e92d4b6f57
commit
63959bb973
|
@ -22,6 +22,8 @@ __all__ = ['build',
|
|||
'bdist_dumb',
|
||||
'bdist_rpm',
|
||||
'bdist_wininst',
|
||||
'upload',
|
||||
|
||||
# These two are reserved for future use:
|
||||
#'bdist_sdux',
|
||||
#'bdist_pkgtool',
|
||||
|
|
Loading…
Reference in New Issue