aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7b483a57..7d38e526 100644
--- a/setup.py
+++ b/setup.py
@@ -38,6 +38,7 @@ setup(
'jinja2',
'sphinx',
'PIL',
+ 'Babel',
],
test_suite='nose.collector',
@@ -50,5 +51,8 @@ setup(
[zc.buildout]
make_user_dev_dirs = mediagoblin.buildout_recipes:MakeUserDevDirs
+
+ [babel.extractors]
+ jinja2 = jinja2.ext:babel_extract
""",
)