summaryrefslogtreecommitdiff
path: root/distutils/command/bdist.py
diff options
context:
space:
mode:
Diffstat (limited to 'distutils/command/bdist.py')
-rw-r--r--distutils/command/bdist.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/distutils/command/bdist.py b/distutils/command/bdist.py
index 4a1669d3..de37dae0 100644
--- a/distutils/command/bdist.py
+++ b/distutils/command/bdist.py
@@ -86,7 +86,6 @@ class bdist(Command):
'ztar': ('bdist_dumb', "compressed tar file"),
'tar': ('bdist_dumb', "tar file"),
'zip': ('bdist_dumb', "ZIP file"),
- 'msi': ('bdist_msi', "Microsoft Installer"),
}
)