summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2006-04-15 00:00:44 +0000
committerTres Seaver <tseaver@palladion.com>2006-04-15 00:00:44 +0000
commit1a6014113e40ab834e9bc19a8b0d208ffda2d17d (patch)
tree9148ea4b653527fdcace5ad9ee63747684155ecc
parent47629f6947eb3ba1e455c21fec3fffe7f3da1ad7 (diff)
downloadzope-i18n-1a6014113e40ab834e9bc19a8b0d208ffda2d17d.tar.gz
Suppress inclusion of setup.cfg in sdist builds.
-rw-r--r--MANIFEST.in1
-rw-r--r--setup.py6
2 files changed, 3 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..1cdc4fd
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1 @@
+exclude setup.cfg
diff --git a/setup.py b/setup.py
index 6a565a2..3bfcbde 100644
--- a/setup.py
+++ b/setup.py
@@ -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,