[Python-checkins] r86275 - in python/branches/py3k: Makefile.pre.in Tools/msi/msi.py

eric.araujo python-checkins at python.org
Sat Nov 6 17:06:38 CET 2010


Author: eric.araujo
Date: Sat Nov  6 17:06:37 2010
New Revision: 86275

Log:
Remove traces of setuptools (#10341)


Modified:
   python/branches/py3k/Makefile.pre.in
   python/branches/py3k/Tools/msi/msi.py

Modified: python/branches/py3k/Makefile.pre.in
==============================================================================
--- python/branches/py3k/Makefile.pre.in	(original)
+++ python/branches/py3k/Makefile.pre.in	Sat Nov  6 17:06:37 2010
@@ -892,7 +892,6 @@
 		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 \

Modified: python/branches/py3k/Tools/msi/msi.py
==============================================================================
--- python/branches/py3k/Tools/msi/msi.py	(original)
+++ python/branches/py3k/Tools/msi/msi.py	Sat Nov  6 17:06:37 2010
@@ -1049,9 +1049,6 @@
         if dir=="command" and parent.physical=="distutils":
             lib.glob("wininst*.exe")
             lib.add_file("command_template")
-        if dir=="setuptools":
-            lib.add_file("cli.exe")
-            lib.add_file("gui.exe")
         if dir=="lib2to3":
             lib.removefile("pickle", "*.pickle")
         if dir=="macholib":


More information about the Python-checkins mailing list