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

Andreas Jung andreas at andreas-jung.com
Sat Oct 30 05:37:07 EDT 2004


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

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


=== Zope/setup.py 1.31.2.25 => 1.31.2.26 ===
--- Zope/setup.py:1.31.2.25	Fri Oct 29 15:08:08 2004
+++ Zope/setup.py	Sat Oct 30 05:37:07 2004
@@ -1099,6 +1099,14 @@
     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
 os.chdir(BASE_DIR)
 



More information about the Zope-Checkins mailing list