[Checkins] SVN: zope.app.component/trunk/ Fix package's email.

Dan Korostelev nadako at gmail.com
Wed Mar 4 15:53:52 EST 2009


Log message for revision 97494:
  Fix package's email.

Changed:
  U   zope.app.component/trunk/CHANGES.txt
  U   zope.app.component/trunk/setup.py

-=-
Modified: zope.app.component/trunk/CHANGES.txt
===================================================================
--- zope.app.component/trunk/CHANGES.txt	2009-03-04 20:52:26 UTC (rev 97493)
+++ zope.app.component/trunk/CHANGES.txt	2009-03-04 20:53:51 UTC (rev 97494)
@@ -11,6 +11,9 @@
 
 - Deprecate import of ClassDirective to announce about new location.
 
+- Change package's mailing list address to zope-dev at zope.org,
+  because zope3-dev at zope.org is now retired.
+
 3.6.0 (2009-01-31)
 ------------------
 

Modified: zope.app.component/trunk/setup.py
===================================================================
--- zope.app.component/trunk/setup.py	2009-03-04 20:52:26 UTC (rev 97493)
+++ zope.app.component/trunk/setup.py	2009-03-04 20:53:51 UTC (rev 97494)
@@ -24,7 +24,7 @@
 setup(name='zope.app.component',
       version = '3.6.1dev',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='Local Zope Component Support',
       long_description=(
           read('README.txt')



More information about the Checkins mailing list