diff options
author | Georg Brandl <georg@python.org> | 2009-04-01 04:32:39 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-01 04:32:39 (GMT) |
commit | 63959bb973cd1a27701342851aeb5b9466d7e776 (patch) | |
tree | 1ef4792d64d9e58bfc151277d7ab0a86e353e911 /Lib/distutils/command | |
parent | e92d4b6f57acd07ca48e842063146031e49eed15 (diff) | |
download | cpython-63959bb973cd1a27701342851aeb5b9466d7e776.zip cpython-63959bb973cd1a27701342851aeb5b9466d7e776.tar.gz cpython-63959bb973cd1a27701342851aeb5b9466d7e776.tar.bz2 |
#5631: add upload to list of possible commands, which is presented in --help-commands.
Diffstat (limited to 'Lib/distutils/command')
-rw-r--r-- | Lib/distutils/command/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py index add83f8..274cb01 100644 --- a/Lib/distutils/command/__init__.py +++ b/Lib/distutils/command/__init__.py @@ -22,6 +22,8 @@ __all__ = ['build', 'bdist_dumb', 'bdist_rpm', 'bdist_wininst', + 'upload', + # These two are reserved for future use: #'bdist_sdux', #'bdist_pkgtool', |