diff options
author | Victor Stinner <vstinner@python.org> | 2021-01-09 00:35:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-09 00:35:01 +0100 |
commit | 0e2a0f72cc9af0899eacb5604e44a563c0b06110 (patch) | |
tree | 73587df57200aa0b1c7d4c4ce476a07dbea8d6e6 /Makefile.pre.in | |
parent | 68e1f259bee7723d63488854b69a4bef2b7e5db2 (diff) | |
download | cpython-git-0e2a0f72cc9af0899eacb5604e44a563c0b06110.tar.gz |
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
The distutils bdist_wininst command deprecated in Python 3.8 has been
removed. The distutils bidst_wheel command is now recommended to
distribute binary packages on Windows.
* Remove Lib/distutils/command/bdist_wininst.py
* Remove PC/bdist_wininst/ project
* Remove Lib/distutils/command/wininst-*.exe programs
* Remove all references to bdist_wininst
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index d8b9e8498d..7f7f759641 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1524,7 +1524,6 @@ libinstall: build_all $(srcdir)/Modules/xxmodule.c *CVS) ;; \ *.py[co]) ;; \ *.orig) ;; \ - *wininst-*.exe) ;; \ *~) ;; \ *) \ if test -d $$i; then continue; fi; \ |