Remove traces of setuptools (#10341)

This commit is contained in:
Éric Araujo 2010-11-06 16:06:37 +00:00
parent 8bdbe9c52f
commit 71f8c65b66
2 changed files with 0 additions and 4 deletions

View File

@ -892,7 +892,6 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
importlib importlib/test importlib/test/builtin \ importlib importlib/test importlib/test/builtin \
importlib/test/extension importlib/test/frozen \ importlib/test/extension importlib/test/frozen \
importlib/test/import_ importlib/test/source \ importlib/test/import_ importlib/test/source \
setuptools setuptools/command setuptools/tests setuptools.egg-info \
turtledemo \ turtledemo \
multiprocessing multiprocessing/dummy \ multiprocessing multiprocessing/dummy \
unittest unittest/test \ unittest unittest/test \

View File

@ -1049,9 +1049,6 @@ def add_files(db):
if dir=="command" and parent.physical=="distutils": if dir=="command" and parent.physical=="distutils":
lib.glob("wininst*.exe") lib.glob("wininst*.exe")
lib.add_file("command_template") lib.add_file("command_template")
if dir=="setuptools":
lib.add_file("cli.exe")
lib.add_file("gui.exe")
if dir=="lib2to3": if dir=="lib2to3":
lib.removefile("pickle", "*.pickle") lib.removefile("pickle", "*.pickle")
if dir=="macholib": if dir=="macholib":