summaryrefslogtreecommitdiff
path: root/setuptools/_distutils/command/bdist.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-08-13 18:40:42 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-08-13 18:40:42 -0400
commite3bd1a5513b59496fb5a8f3ed9fe0393ebab30d1 (patch)
tree76ed0b5d25528217f5b18ed59d98db92e576ba26 /setuptools/_distutils/command/bdist.py
parentcf859fa354f5d64c520f33e743eeefab544e23c3 (diff)
parentfac564f8ee844569702b6573eecd906c60778043 (diff)
downloadpython-setuptools-git-e3bd1a5513b59496fb5a8f3ed9fe0393ebab30d1.tar.gz
Merge https://github.com/pypa/distutils into distutils-fac564f
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"),
}
)