From 63959bb973cd1a27701342851aeb5b9466d7e776 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 1 Apr 2009 04:32:39 +0000 Subject: #5631: add upload to list of possible commands, which is presented in --help-commands. --- Lib/distutils/command/__init__.py | 2 ++ 1 file changed, 2 insertions(+) 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', -- cgit v0.12