mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Package wininst*.exe from distutils/command.
This commit is contained in:
parent
671c5d9fb5
commit
023b9f952a
1 changed files with 1 additions and 4 deletions
|
@ -968,10 +968,7 @@ def add_files(db):
|
|||
lib.glob("*.gif")
|
||||
lib.add_file("idle.icns")
|
||||
if dir=="command" and parent.physical=="distutils":
|
||||
lib.add_file("wininst-6.0.exe")
|
||||
lib.add_file("wininst-7.1.exe")
|
||||
lib.add_file("wininst-8.0.exe")
|
||||
lib.add_file("wininst-9.0.exe")
|
||||
lib.glob("wininst*.exe")
|
||||
if dir=="setuptools":
|
||||
lib.add_file("cli.exe")
|
||||
lib.add_file("gui.exe")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue