diff options
author | Éric Araujo <merwok@netwok.org> | 2010-11-06 16:06:37 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-11-06 16:06:37 (GMT) |
commit | 71f8c65b66f6685275d85b733b4c04046956c03e (patch) | |
tree | a1e6f6de99a7acbcdf9d99dec3027955348457b5 /Makefile.pre.in | |
parent | 8bdbe9c52f95eb161a14e9571562892abd450ae0 (diff) | |
download | cpython-71f8c65b66f6685275d85b733b4c04046956c03e.zip cpython-71f8c65b66f6685275d85b733b4c04046956c03e.tar.gz cpython-71f8c65b66f6685275d85b733b4c04046956c03e.tar.bz2 |
Remove traces of setuptools (#10341)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index ffa1cb0..ab72fca 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -892,7 +892,6 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ importlib importlib/test importlib/test/builtin \ importlib/test/extension importlib/test/frozen \ importlib/test/import_ importlib/test/source \ - setuptools setuptools/command setuptools/tests setuptools.egg-info \ turtledemo \ multiprocessing multiprocessing/dummy \ unittest unittest/test \ |