[Zope-Checkins] CVS: Zope - setup.py:1.31.2.27

Andreas Jung andreas at andreas-jung.com
Sat Oct 30 05:43:15 EDT 2004


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv4901

Modified Files:
      Tag: Zope-2_7-branch
	setup.py 
Log Message:
added setup() for sitecustomize.py


=== Zope/setup.py 1.31.2.26 => 1.31.2.27 ===
--- Zope/setup.py:1.31.2.26	Sat Oct 30 05:37:07 2004
+++ Zope/setup.py	Sat Oct 30 05:43:15 2004
@@ -1076,6 +1076,16 @@
                 ['ZServer/medusa/test', ['ZServer/medusa/test/*.txt']]],
     )
 
+
+setup(
+    name='Site Customization',
+    author=AUTHOR,
+
+    data_files=[['', ['sitecustomize.py']],
+               ]
+    )
+
+
 # Call distutils setup with all lib/python packages and modules, and
 # flush setup_info.  Wondering why we run py_modules separately?  So am I.
 # Distutils won't let us specify packages and py_modules in the same call.
@@ -1097,14 +1107,6 @@
     author=AUTHOR,
     py_modules=setup_info.get('py_modules', []),
     distclass=ZopeDistribution,
-    )
-
-setup(
-    name='Site Customization',
-    author=AUTHOR,
-
-    data_files=[['', ['sitecustomize.py']],
-               ]
     )
 
 # The rest of these modules live in the root of the source tree



More information about the Zope-Checkins mailing list