[Python-checkins] cpython: Don't package removed pysetup3 anymore.

martin.v.loewis python-checkins at python.org
Tue Jul 10 07:07:33 CEST 2012


http://hg.python.org/cpython/rev/791e4c5ba1a9
changeset:   78046:791e4c5ba1a9
parent:      78044:7ed3b4f830c0
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Tue Jul 10 07:04:33 2012 +0200
summary:
  Don't package removed pysetup3 anymore.

files:
  Tools/msi/msi.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -1146,7 +1146,6 @@
         if f == 'Scripts':
             lib.add_file("2to3.py", src="2to3")
             lib.add_file("pydoc3.py", src="pydoc3")
-            lib.add_file("pysetup3.py", src="pysetup3")
             lib.add_file("pyvenv.py", src="pyvenv")
             if have_tcl:
                 lib.start_component("pydocgui.pyw", tcltk, keyfile="pydocgui.pyw")

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list