mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Make distutils’ upload command work with bdist_msi products (#13719).
Patch by Ralf Schmitt.
This commit is contained in:
parent
e5eec7e198
commit
e413c06f35
3 changed files with 16 additions and 6 deletions
|
@ -260,7 +260,7 @@ class bdist_msi(Command):
|
|||
self.db.Commit()
|
||||
|
||||
if hasattr(self.distribution, 'dist_files'):
|
||||
tup = 'bdist_msi', self.target_version or 'any', fullname
|
||||
tup = 'bdist_msi', self.target_version or 'any', installer_name
|
||||
self.distribution.dist_files.append(tup)
|
||||
|
||||
if not self.keep_temp:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue