mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +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
|
|
@ -162,6 +162,8 @@ class bdist_wininst (Command):
|
|||
root_dir=self.bdist_dir)
|
||||
# create an exe containing the zip-file
|
||||
self.create_exe(arcname, fullname, self.bitmap)
|
||||
self.distribution.dist_files.append(('bdist_wininst',
|
||||
self.get_installer_filename()))
|
||||
# remove the zip-file again
|
||||
log.debug("removing temporary file '%s'", arcname)
|
||||
os.remove(arcname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue