[Checkins] SVN: zope.app.error/trunk/ Update 3.5 changes

Roger Ineichen roger at projekt01.ch
Mon Sep 24 22:14:26 EDT 2007


Log message for revision 79990:
  Update 3.5 changes

Changed:
  U   zope.app.error/trunk/buildout.cfg
  U   zope.app.error/trunk/setup.py

-=-
Modified: zope.app.error/trunk/buildout.cfg
===================================================================
--- zope.app.error/trunk/buildout.cfg	2007-09-25 02:06:32 UTC (rev 79989)
+++ zope.app.error/trunk/buildout.cfg	2007-09-25 02:14:25 UTC (rev 79990)
@@ -1,6 +1,5 @@
 [buildout]
 develop = . 
-          include/zope.error
 parts = test
 find-links = http://download.zope.org/distribution/
 

Modified: zope.app.error/trunk/setup.py
===================================================================
--- zope.app.error/trunk/setup.py	2007-09-25 02:06:32 UTC (rev 79989)
+++ zope.app.error/trunk/setup.py	2007-09-25 02:14:25 UTC (rev 79990)
@@ -24,17 +24,17 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.error',
-    version = '3.5.0a1',
+    version = '3.5.0',
     author='Zope Corporation and Contributors',
     author_email='zope3-dev at zope.org',
-    description = "An error reporting utility for Zope3",
+    description = "Error reporting utility management UI for Zope3",
     long_description=(
         read('README.txt')
         + '\n\n' +
         read('CHANGES.txt')
         ),
     license='ZPL 2.1',
-    keywords = "zope3 error",
+    keywords = "zope3 error reporting utility views UI",
     classifiers = [
         'Development Status :: 5 - Production/Stable',
         'Environment :: Web Environment',



More information about the Checkins mailing list