commit | 55f1bb8bfa362569b6698a91a1cf421bdfcd13d7 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Mar 21 20:56:35 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Mar 21 20:56:35 2005 +0000 |
tree | beea9fb70aee8ff05b1f6fa78bd04e5d2a668bdf | |
parent | e6c430dffe5618016c516578726c0a7aa1471a9e [diff] [blame] |
Add the upload command. Make all dist commands register their outputs with the distribution object.
diff --git a/Lib/distutils/command/upload.py b/Lib/distutils/command/upload.py new file mode 100644 index 0000000..d14f177 --- /dev/null +++ b/Lib/distutils/command/upload.py
@@ -0,0 +1,4 @@ +"""distutils.command.upload + +Implements the Distutils 'upload' subcommand (upload package to PyPI).""" +