From 32e5f73efad6b81573db92f6c983e2c994d03a1c Mon Sep 17 00:00:00 2001
From: Mike Bayer <mike_mp@zzzcomputing.com>
Date: Tue, 22 Jun 2010 17:38:45 -0400
Subject: [PATCH] ensure .mako goes in here

---
 MANIFEST.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 576194b..8407f7b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,7 +3,7 @@
 
 recursive-include doc *.html *.css *.txt *.js *.jpg *.png *.py Makefile *.rst *.mako *.sty autohandler
 recursive-include examples *.py *.xml *.mako *.myt *.kid *.tmpl
-recursive-include test *.py *.dat *.html
+recursive-include test *.py *.dat *.html *.mako
 
 include README* LICENSE distribute_setup.py ez_setup.py CHANGES*
 
-- 
GitLab