mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -449,6 +449,7 @@ class sdist (Command):
|
|||
for fmt in self.formats:
|
||||
file = self.make_archive(base_name, fmt, base_dir=base_dir)
|
||||
archive_files.append(file)
|
||||
self.distribution.dist_files.append(('sdist',file))
|
||||
|
||||
self.archive_files = archive_files
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue