summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 467cd3f..1d3e294 100644
--- a/setup.py
+++ b/setup.py
@@ -44,11 +44,11 @@ functionality.
'paste.app_templates': ['*.*_tmpl'],
},
zip_safe=False,
- extras_require={'Examples': ['SQLObject', 'ZopePageTemplates', 'Component',
- 'ZPTKit', 'SQLObject', 'pysqlite'],
- 'HTTP': ['WSGI_Utils'],
- 'SCGI': ['flup'],
- }
+ entry_points={
+ 'paste.filter_app_factory1': """
+ error_catcher=paste.exceptions.errormiddleware:ErrorMiddleware
+ """,
+ },
)
# Send announce to: