aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
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 c1c0805..c35fe53 100644
--- a/setup.py
+++ b/setup.py
@@ -47,9 +47,9 @@ ties to Python calling and scoping semantics.
test_suite = "nose.collector",
zip_safe=False,
install_requires=[
- 'Beaker>=1.1',
'MarkupSafe>=0.9.2',
],
+ extras_require = {'beaker':['Beaker>=1.1']},
entry_points="""
[python.templating.engines]
mako = mako.ext.turbogears:TGPlugin