diff options
author | Hanno Schlichting <hanno@hannosch.eu> | 2008-04-26 11:10:36 +0000 |
---|---|---|
committer | Hanno Schlichting <hanno@hannosch.eu> | 2008-04-26 11:10:36 +0000 |
commit | e7f22ace38e0d87585b6f6e76b97d7cd51f39b67 (patch) | |
tree | a17dc5112961a4daac3f21770df550e7b36f83db /setup.py | |
parent | a5122be669e1ba3396b9a51514fbb773fb894614 (diff) | |
download | zope-i18n-e7f22ace38e0d87585b6f6e76b97d7cd51f39b67.tar.gz |
Correct package name
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,6 +59,6 @@ setup( include_package_data = True, zip_safe = False, extras_require = dict( - compile = ['pythongettext'], + compile = ['python-gettext'], ), ) |