[Zope-Checkins] SVN: Zope/branches/2.11/setup.py Manual fixups to replace ZC with ZF.

Tres Seaver tseaver at palladion.com
Thu Apr 1 12:34:40 EDT 2010


Log message for revision 110409:
  Manual fixups to replace ZC with ZF.

Changed:
  U   Zope/branches/2.11/setup.py

-=-
Modified: Zope/branches/2.11/setup.py
===================================================================
--- Zope/branches/2.11/setup.py	2010-04-01 16:32:26 UTC (rev 110408)
+++ Zope/branches/2.11/setup.py	2010-04-01 16:34:39 UTC (rev 110409)
@@ -2,7 +2,7 @@
 
 ##############################################################################
 #
-# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
+# Copyright (c) 2002 Zope Foundation and Contributors. All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
@@ -163,8 +163,6 @@
 # presumes this script lives in the base dir
 BASE_DIR=os.path.dirname(os.path.abspath(sys.argv[0]))
 
-AUTHOR = 'Zope Corporation and Contributors'
-
 # Most modules are in lib/python in the source distribution
 PACKAGES_ROOT = os.path.join(BASE_DIR, 'lib', 'python')
 os.chdir(PACKAGES_ROOT)
@@ -477,9 +475,9 @@
 doclines = __doc__.split("\n")
 
 setup(name='Zope',
-      author=AUTHOR,
+      author='Zope Foundation and Contributors',
       version="2.11.2",
-      maintainer="Zope Corporation",
+      maintainer="Zope Foundation",
       maintainer_email="zope-dev at zope.org",
       url = "http://www.zope.org/",
       ext_modules = ext_modules,
@@ -517,7 +515,7 @@
 
 setup(
     name='Zope',
-    author=AUTHOR,
+    author='Zope Foundation and Contributors',
 
     data_files=installed_data_files,
     scripts=["utilities/mkzeoinstance.py",



More information about the Zope-Checkins mailing list