Backout buggy patch committed for #13719

This commit is contained in:
Éric Araujo 2012-03-07 20:48:55 +01:00
parent 30b8e5461d
commit a420c820fe
3 changed files with 1 additions and 12 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', installer_name
tup = 'bdist_msi', self.target_version or 'any', fullname
self.distribution.dist_files.append(tup)
if not self.keep_temp: