Skip to content

Commit

Permalink
Remove bdist_wininst.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 13, 2022
1 parent 929323f commit e28b619
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 448 deletions.
1 change: 0 additions & 1 deletion distutils/command/bdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ 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"),
}
Expand Down
Loading

0 comments on commit e28b619

Please sign in to comment.