summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason Madden <jason+github@nextthought.com>2017-12-18 11:46:59 -0600
committerGitHub <noreply@github.com>2017-12-18 11:46:59 -0600
commit901befd8a14e669fc14cbe194938291d3a22b51e (patch)
treeaa28302835070fda6a9157f62c7c0d63a2c77d21 /setup.py
parent57614e7d9bf7333dd404c553c43255a89a33d44d (diff)
parentd5be80452a1db593f5124ed4ec882107faac586d (diff)
downloadzope-i18n-901befd8a14e669fc14cbe194938291d3a22b51e.tar.gz
Merge pull request #28 from zopefoundation/values
Make InheritingDictionary override values.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cd137f4..527a1b3 100644
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ TESTS_REQUIRE = COMPILE_REQUIRES + ZCML_REQUIRES + [
setup(
name='zope.i18n',
- version='4.2.1.dev0',
+ version='4.3.0.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Internationalization Support',
@@ -98,6 +98,7 @@ setup(
'setuptools',
'python-gettext',
'pytz',
+ 'zope.deprecation',
'zope.schema',
'zope.i18nmessageid',
'zope.component',