diff options
author | Tres Seaver <tseaver@palladion.com> | 2006-04-15 00:00:44 +0000 |
---|---|---|
committer | Tres Seaver <tseaver@palladion.com> | 2006-04-15 00:00:44 +0000 |
commit | 1a6014113e40ab834e9bc19a8b0d208ffda2d17d (patch) | |
tree | 9148ea4b653527fdcace5ad9ee63747684155ecc /setup.py | |
parent | 47629f6947eb3ba1e455c21fec3fffe7f3da1ad7 (diff) | |
download | zope-i18n-1a6014113e40ab834e9bc19a8b0d208ffda2d17d.tar.gz |
Suppress inclusion of setup.cfg in sdist builds.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,6 +1,6 @@ ############################################################################## # -# Copyright (c) 2004 Zope Corporation and Contributors. +# Copyright (c) 2006 Zope Corporation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, @@ -11,7 +11,7 @@ # FOR A PARTICULAR PURPOSE. # ############################################################################## -"""Setup for zope.i18nmessageid package +"""Setup for zope.i18n package $Id$ """ @@ -30,7 +30,6 @@ setup(name='zope.i18n', description='Zope3 Internationalization Support', author='Zope Corporation and Contributors', author_email='zope3-dev@zope.org', - long_description='', packages=['zope', 'zope.i18n'], package_dir = {'': os.path.join(os.path.dirname(__file__), 'src')}, @@ -42,7 +41,6 @@ setup(name='zope.i18n', 'zope.deprecation', 'zope.interface', 'zope.schema', - 'zope.testing', ], include_package_data = True, |