[Zope-Checkins] SVN: Zope/trunk/setup.py added setup() section for
sitecustomize.py
Andreas Jung
andreas at andreas-jung.com
Sat Oct 30 05:36:20 EDT 2004
Log message for revision 28297:
added setup() section for sitecustomize.py
Changed:
U Zope/trunk/setup.py
-=-
Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py 2004-10-30 09:28:04 UTC (rev 28296)
+++ Zope/trunk/setup.py 2004-10-30 09:36:20 UTC (rev 28297)
@@ -1080,6 +1080,14 @@
['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.
More information about the Zope-Checkins
mailing list