summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristian Theune <ct@gocept.com>2007-06-10 10:32:40 +0000
committerChristian Theune <ct@gocept.com>2007-06-10 10:32:40 +0000
commitb5daa8ddfb0c9b48bf3ded36c236a876491dcd1e (patch)
tree2b3482509b02a31760f9d5568854071189a06735 /setup.py
parente31eaa592efe476d7d1c4ef862a10d353e7a48db (diff)
downloadzope-tal-b5daa8ddfb0c9b48bf3ded36c236a876491dcd1e.tar.gz
- removed setup.cfg3.4.0b1
- requiring newer version of zope.i18n - added changelog
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 1cfce67..94858d9 100644
--- a/setup.py
+++ b/setup.py
@@ -27,14 +27,14 @@ setup(name='zope.tal',
description='Zope 3 Template Application Languate (TAL)',
author='Zope Corporation and Contributors',
author_email='zope3-dev@zope.org',
-
+
packages=find_packages('src'),
package_dir = {'': 'src'},
namespace_packages=['zope',],
install_requires=['setuptools',
'zope.i18nmessageid',
- 'zope.i18n',
+ 'zope.i18n>=3.4.0b1',
'zope.interface',
],
include_package_data = True,