[Zope-Checkins] SVN: Zope/trunk/setup.py install test.py into the 'bin' folder

Andreas Jung andreas at andreas-jung.com
Fri May 28 01:45:57 EDT 2004


Log message for revision 25076:
install test.py into the 'bin' folder



-=-
Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py	2004-05-28 03:01:48 UTC (rev 25075)
+++ Zope/trunk/setup.py	2004-05-28 05:45:56 UTC (rev 25076)
@@ -1117,7 +1117,7 @@
 installed_data_files = [
     ["../../doc", ['doc/*.txt']],
     ["../../import", ['import/*.zexp']],
-    ["../../bin", ['utilities/README.txt',]],
+    ["../../bin", ['utilities/README.txt', 'test.py']],
     ]
 
 os.path.walk("skel", skel_visit, installed_data_files)




More information about the Zope-Checkins mailing list