diff genshi_view/template/setup.py_tmpl @ 21:807c8eef8098

add a handler for tempita; should rename the package (at some point) template_view
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 17 Nov 2010 11:02:33 -0800
parents 4a5b542a638c
children
line wrap: on
line diff
--- a/genshi_view/template/setup.py_tmpl	Wed May 05 11:59:39 2010 -0700
+++ b/genshi_view/template/setup.py_tmpl	Wed Nov 17 11:02:33 2010 -0800
@@ -24,7 +24,8 @@
          'WebOb',	
          'Paste',
          'PasteScript',
-         'genshi'
+         'genshi',
+         'tempita'
       ],
       entry_points="""
       # -*- Entry points: -*-