summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2008-04-26 11:10:36 +0000
committerHanno Schlichting <hanno@hannosch.eu>2008-04-26 11:10:36 +0000
commite7f22ace38e0d87585b6f6e76b97d7cd51f39b67 (patch)
treea17dc5112961a4daac3f21770df550e7b36f83db /setup.py
parenta5122be669e1ba3396b9a51514fbb773fb894614 (diff)
downloadzope-i18n-e7f22ace38e0d87585b6f6e76b97d7cd51f39b67.tar.gz
Correct package name
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1bfeff9..edde9ad 100644
--- a/setup.py
+++ b/setup.py
@@ -59,6 +59,6 @@ setup(
include_package_data = True,
zip_safe = False,
extras_require = dict(
- compile = ['pythongettext'],
+ compile = ['python-gettext'],
),
)