[Zope-Checkins] CVS: Zope - setup.py:1.31.2.22
Andreas Jung
andreas at andreas-jung.com
Thu Jul 29 13:11:54 EDT 2004
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv32482
Modified Files:
Tag: Zope-2_7-branch
setup.py
Log Message:
- added "version.txt" to setup.py to avoid untrue "unreleased version"
messages within the control panel
=== Zope/setup.py 1.31.2.21 => 1.31.2.22 ===
--- Zope/setup.py:1.31.2.21 Tue Jul 27 14:52:03 2004
+++ Zope/setup.py Thu Jul 29 13:11:53 2004
@@ -703,7 +703,8 @@
name='Top-level',
author=AUTHOR,
- py_modules=['Globals', 'ImageFile', 'Lifetime']
+ py_modules=['Globals', 'ImageFile', 'Lifetime'],
+ data_files=[['.',['version.txt']]],
)
# Products base directory
More information about the Zope-Checkins
mailing list