[Zope-Checkins] SVN: Zope/trunk/ - added "version.txt" to setup.py to avoid untrue "unreleased version"

Andreas Jung andreas at andreas-jung.com
Thu Jul 29 13:13:41 EDT 2004


Log message for revision 26832:
  
       - added "version.txt" to setup.py to avoid untrue "unreleased version"
         messages within the control panel
  


Changed:
  U   Zope/trunk/doc/CHANGES.txt
  U   Zope/trunk/setup.py


-=-
Modified: Zope/trunk/doc/CHANGES.txt
===================================================================
--- Zope/trunk/doc/CHANGES.txt	2004-07-29 16:03:25 UTC (rev 26831)
+++ Zope/trunk/doc/CHANGES.txt	2004-07-29 17:13:40 UTC (rev 26832)
@@ -129,6 +129,9 @@
 
     Bugs fixed
 
+     - added "version.txt" to setup.py to avoid untrue "unreleased version"
+       messages within the control panel
+
      - Collector #1436: applied patch to fix a memory leak in 
        cAccessControl. 
 

Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py	2004-07-29 16:03:25 UTC (rev 26831)
+++ Zope/trunk/setup.py	2004-07-29 17:13:40 UTC (rev 26832)
@@ -707,7 +707,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