Add the upload command. Make all dist commands register their

outputs with the distribution object.
This commit is contained in:
Martin v. Löwis 2005-03-21 20:56:35 +00:00
parent e6c430dffe
commit 55f1bb8bfa
8 changed files with 56 additions and 2 deletions

View file

@ -0,0 +1,4 @@
"""distutils.command.upload
Implements the Distutils 'upload' subcommand (upload package to PyPI)."""