mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
Add the upload command. Make all dist commands register their
outputs with the distribution object.
This commit is contained in:
parent
e6c430dffe
commit
55f1bb8bfa
8 changed files with 56 additions and 2 deletions
4
Lib/distutils/command/upload.py
Normal file
4
Lib/distutils/command/upload.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
"""distutils.command.upload
|
||||
|
||||
Implements the Distutils 'upload' subcommand (upload package to PyPI)."""
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue