Make distutils’ upload command work with bdist_msi products (#13719).

Patch by Ralf Schmitt.
This commit is contained in:
Éric Araujo 2012-03-05 16:09:29 +01:00
parent e5eec7e198
commit e413c06f35
3 changed files with 16 additions and 6 deletions

View file

@ -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: