Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 71f8c65

Browse files
committed
Remove traces of setuptools (#10341)
1 parent 8bdbe9c commit 71f8c65

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

Makefile.pre.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,6 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
892892
importlib importlib/test importlib/test/builtin \
893893
importlib/test/extension importlib/test/frozen \
894894
importlib/test/import_ importlib/test/source \
895-
setuptools setuptools/command setuptools/tests setuptools.egg-info \
896895
turtledemo \
897896
multiprocessing multiprocessing/dummy \
898897
unittest unittest/test \

Tools/msi/msi.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,9 +1049,6 @@ def add_files(db):
10491049
if dir=="command" and parent.physical=="distutils":
10501050
lib.glob("wininst*.exe")
10511051
lib.add_file("command_template")
1052-
if dir=="setuptools":
1053-
lib.add_file("cli.exe")
1054-
lib.add_file("gui.exe")
10551052
if dir=="lib2to3":
10561053
lib.removefile("pickle", "*.pickle")
10571054
if dir=="macholib":

0 commit comments

Comments
 (0)