File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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" :
You can’t perform that action at this time.
0 commit comments