summaryrefslogtreecommitdiff
path: root/setuptools/_distutils/command/bdist.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/_distutils/command/bdist.py')
-rw-r--r--setuptools/_distutils/command/bdist.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setuptools/_distutils/command/bdist.py b/setuptools/_distutils/command/bdist.py
index c9fdbf13..de37dae0 100644
--- a/setuptools/_distutils/command/bdist.py
+++ b/setuptools/_distutils/command/bdist.py
@@ -85,9 +85,7 @@ class bdist(Command):
'xztar': ('bdist_dumb', "xz'ed tar file"),
'ztar': ('bdist_dumb', "compressed tar file"),
'tar': ('bdist_dumb', "tar file"),
- 'wininst': ('bdist_wininst', "Windows executable installer"),
'zip': ('bdist_dumb', "ZIP file"),
- 'msi': ('bdist_msi', "Microsoft Installer"),
}
)