summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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' +