cpython/Lib/distutils/command/upload.py
Martin v. Löwis 55f1bb8bfa Add the upload command. Make all dist commands register their
outputs with the distribution object.
2005-03-21 20:56:35 +00:00

4 lines
104 B
Python

"""distutils.command.upload
Implements the Distutils 'upload' subcommand (upload package to PyPI)."""