commit | 63959bb973cd1a27701342851aeb5b9466d7e776 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Apr 01 04:32:39 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Apr 01 04:32:39 2009 +0000 |
tree | 1ef4792d64d9e58bfc151277d7ab0a86e353e911 | |
parent | e92d4b6f57acd07ca48e842063146031e49eed15 [diff] |
#5631: add upload to list of possible commands, which is presented in --help-commands.
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 @@ 'bdist_dumb', 'bdist_rpm', 'bdist_wininst', + 'upload', + # These two are reserved for future use: #'bdist_sdux', #'bdist_pkgtool',