summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/command/bdist_msi.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/packaging/command/bdist_msi.py')
-rw-r--r--Lib/packaging/command/bdist_msi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/packaging/command/bdist_msi.py b/Lib/packaging/command/bdist_msi.py
index 995eec5..ad1edef 100644
--- a/Lib/packaging/command/bdist_msi.py
+++ b/Lib/packaging/command/bdist_msi.py
@@ -261,7 +261,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: