Kaydet (Commit) 023b9f95 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Package wininst*.exe from distutils/command.

üst 671c5d9f
...@@ -968,10 +968,7 @@ def add_files(db): ...@@ -968,10 +968,7 @@ def add_files(db):
lib.glob("*.gif") lib.glob("*.gif")
lib.add_file("idle.icns") lib.add_file("idle.icns")
if dir=="command" and parent.physical=="distutils": if dir=="command" and parent.physical=="distutils":
lib.add_file("wininst-6.0.exe") lib.glob("wininst*.exe")
lib.add_file("wininst-7.1.exe")
lib.add_file("wininst-8.0.exe")
lib.add_file("wininst-9.0.exe")
if dir=="setuptools": if dir=="setuptools":
lib.add_file("cli.exe") lib.add_file("cli.exe")
lib.add_file("gui.exe") lib.add_file("gui.exe")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment