[Checkins] SVN: zope.site/trunk/ Fix package's mailing list address.

Dan Korostelev nadako at gmail.com
Sat Feb 28 04:22:54 EST 2009


Log message for revision 97371:
  Fix package's mailing list address.

Changed:
  U   zope.site/trunk/CHANGES.txt
  U   zope.site/trunk/setup.py

-=-
Modified: zope.site/trunk/CHANGES.txt
===================================================================
--- zope.site/trunk/CHANGES.txt	2009-02-28 09:22:34 UTC (rev 97370)
+++ zope.site/trunk/CHANGES.txt	2009-02-28 09:22:54 UTC (rev 97371)
@@ -14,6 +14,9 @@
 - Allow specify whether to create 'default' SiteManagementFolder on
   initializing LocalSiteManager. Use the ``default_folder`` argument.
 
+- Change package's mailing list address to zope-dev at zope.org, as
+  zope3-dev at zope.org is now retired.
+
 3.6.0 (2009-1-31)
 -----------------
 

Modified: zope.site/trunk/setup.py
===================================================================
--- zope.site/trunk/setup.py	2009-02-28 09:22:34 UTC (rev 97370)
+++ zope.site/trunk/setup.py	2009-02-28 09:22:54 UTC (rev 97371)
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Setup for zope.app.catalog package
+"""Setup for zope.site package
 
 $Id: setup.py 80209 2007-09-27 09:38:31Z berndroessl $
 """
@@ -24,7 +24,7 @@
 setup(name='zope.site',
       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