From 7eb9502fe90aeda0ce39561d21f2c50ec865ca24 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Sat, 27 Sep 2008 10:09:37 +0000 Subject: Move the zcml support into an extra. This reduces the dependencies of a standard zope.i18n install by half a dozen packages. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5e00276..2779450 100644 --- a/setup.py +++ b/setup.py @@ -53,12 +53,13 @@ setup( install_requires=['setuptools', 'pytz', 'zope.i18nmessageid', - 'zope.component [zcml]', + 'zope.component', 'zope.configuration', ], include_package_data = True, zip_safe = False, extras_require = dict( compile = ['python-gettext'], + zcml = ['zope.component [zcml]'], ), ) -- cgit v1.2.1