[Checkins] SVN: zope.viewlet/trunk/ Get finally ready for the release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Oct 11 00:00:41 EDT 2007


Log message for revision 80816:
  Get finally ready for the release.
  

Changed:
  U   zope.viewlet/trunk/CHANGES.txt
  U   zope.viewlet/trunk/buildout.cfg
  U   zope.viewlet/trunk/setup.py

-=-
Modified: zope.viewlet/trunk/CHANGES.txt
===================================================================
--- zope.viewlet/trunk/CHANGES.txt	2007-10-11 03:24:47 UTC (rev 80815)
+++ zope.viewlet/trunk/CHANGES.txt	2007-10-11 04:00:41 UTC (rev 80816)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.4.0 (2007-10-03)
+3.4.0 (2007-10-10)
 ------------------
 
 - Initial release independent of the main Zope tree.

Modified: zope.viewlet/trunk/buildout.cfg
===================================================================
--- zope.viewlet/trunk/buildout.cfg	2007-10-11 03:24:47 UTC (rev 80815)
+++ zope.viewlet/trunk/buildout.cfg	2007-10-11 04:00:41 UTC (rev 80816)
@@ -1,12 +1,7 @@
 [buildout]
 develop = .
 parts = test
-versions = versions
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.viewlet [test]
-
-[versions]
-zope.traversing = 3.4.0
-zope.app.publisher = 3.4.0

Modified: zope.viewlet/trunk/setup.py
===================================================================
--- zope.viewlet/trunk/setup.py	2007-10-11 03:24:47 UTC (rev 80815)
+++ zope.viewlet/trunk/setup.py	2007-10-11 04:00:41 UTC (rev 80816)
@@ -29,6 +29,13 @@
       long_description=(
           read('README.txt')
           + '\n\n' +
+          'Detailed Documentation\n' +
+          '**********************\n\n'
+          + '\n\n' +
+          read('src', 'zope', 'viewlet', 'README.txt')
+          + '\n\n' +
+          read('src', 'zope', 'viewlet', 'directives.txt')
+          + '\n\n' +
           read('CHANGES.txt')
           ),
       keywords = "zope3 web html ui viewlet pattern",
@@ -52,21 +59,22 @@
                 'zope.testing',
                 'zope.app.securitypolicy',
                 'zope.app.zcmlfiles']),
-      install_requires=['setuptools',
-                        'zope.app.pagetemplate',
-                        'zope.app.publisher',
-                        'zope.component',
-                        'zope.configuration',
-                        'zope.contentprovider',
-                        'zope.event',
-                        'zope.i18nmessageid',
-                        'zope.interface',
-                        'zope.location',
-                        'zope.publisher',
-                        'zope.schema',
-                        'zope.security',
-                        'zope.traversing',
-                        ],
+      install_requires=[
+          'setuptools',
+          'zope.app.pagetemplate',
+          'zope.app.publisher',
+          'zope.component',
+          'zope.configuration',
+          'zope.contentprovider',
+          'zope.event',
+          'zope.i18nmessageid',
+          'zope.interface',
+          'zope.location',
+          'zope.publisher',
+          'zope.schema',
+          'zope.security',
+          'zope.traversing',
+          ],
       include_package_data = True,
       zip_safe = False,
       )



More information about the Checkins mailing list