From 05547790773ec7622784477fe53b90c8e4192353 Mon Sep 17 00:00:00 2001 From: Cameron Rudnick Date: Wed, 22 Jun 2011 18:10:57 -0700 Subject: [PATCH] Fixed paster template not being included in the built package --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index d9d7a2e..71466e2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,3 +6,5 @@ recursive-include pyramid_formalchemy *.js recursive-include pyramid_formalchemy *.gif recursive-include pyramid_formalchemy *.png recursive-include pyramid_formalchemy *.jpg +recursive-include pyramid_formalchemy *.py_tmpl +recursive-include pyramid_formalchemy *.txt \ No newline at end of file