diff options
| author | Tres Seaver <tseaver@palladion.com> | 2010-04-08 16:52:23 +0000 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2010-04-08 16:52:23 +0000 |
| commit | 0a3c2f1a2ff1b4b93ec3dc3419db1a7b1f199c67 (patch) | |
| tree | 46f422317187a0620c8fede83c93294532e4c4d3 /setup.py | |
| parent | 396989bddecc37a297b498d92dd7c3a8fe9f6c0e (diff) | |
| download | zope-schema-3.4.tar.gz | |
Comply with repository policy.3.4
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' + |
