mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +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
|
@ -177,6 +177,11 @@ Common commands: (see '--help-commands' for more)
|
|||
# command_options = { command_name : { option : (source, value) } }
|
||||
self.command_options = {}
|
||||
|
||||
# 'dist_files' is the list of (command, file) that have been created
|
||||
# by any dist commands run so far. This is filled regardless
|
||||
# of whether the run is dry or not.
|
||||
self.dist_files = []
|
||||
|
||||
# These options are really the business of various commands, rather
|
||||
# than of the Distribution itself. We provide aliases for them in
|
||||
# Distribution as a convenience to the developer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue