summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2010-04-08 16:52:23 +0000
committerTres Seaver <tseaver@palladion.com>2010-04-08 16:52:23 +0000
commit0a3c2f1a2ff1b4b93ec3dc3419db1a7b1f199c67 (patch)
tree46f422317187a0620c8fede83c93294532e4c4d3 /setup.py
parent396989bddecc37a297b498d92dd7c3a8fe9f6c0e (diff)
downloadzope-schema-3.4.tar.gz
Comply with repository policy.3.4
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index b1579cd..1851ef3 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2006 Zope Corporation and Contributors.
+# Copyright (c) 2006 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
@@ -26,7 +26,7 @@ setup(name='zope.schema',
url='http://pypi.python.org/pypi/zope.schema',
license='ZPL 2.1',
description='Zope3 Data Schemas',
- author='Zope Corporation and Contributors',
+ author='Zope Foundation and Contributors',
author_email='zope3-dev@zope.org',
long_description=(read('src', 'zope', 'schema', 'README.txt')
+ '\n\n' +