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

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


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

Modified Files:
      Tag: Zope-2_7-branch
	setup.py 
Log Message:
test.py will be now installed to the 'bin' folder


=== Zope/setup.py 1.31.2.19 => 1.31.2.20 ===
--- Zope/setup.py:1.31.2.19	Sat May 22 11:52:53 2004
+++ Zope/setup.py	Fri May 28 01:45:04 2004
@@ -1113,7 +1113,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