Skip to content

Commit e6062a1

Browse files
authored
Merge pull request #170 from pypa/debt/remove-bdist_wininst
Remove bdist_wininst.
2 parents 929323f + e28b619 commit e6062a1

File tree

4 files changed

+0
-448
lines changed

4 files changed

+0
-448
lines changed

distutils/command/bdist.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ class bdist(Command):
8585
'xztar': ('bdist_dumb', "xz'ed tar file"),
8686
'ztar': ('bdist_dumb', "compressed tar file"),
8787
'tar': ('bdist_dumb', "tar file"),
88-
'wininst': ('bdist_wininst', "Windows executable installer"),
8988
'zip': ('bdist_dumb', "ZIP file"),
9089
'msi': ('bdist_msi', "Microsoft Installer"),
9190
}

0 commit comments

Comments
 (0)