From 1592c53a664c82d9badac81fa0104af226cce5a7 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Fri, 18 Jun 2010 17:13:32 +0200 Subject: [PATCH] Fixed a MANIFEST issue --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 709e1791..166311d4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,6 +4,8 @@ recursive-include examples * recursive-include docs * recursive-exclude docs *.pyc recursive-exclude docs *.pyo +recursive-exclude tests *.pyc +recursive-exclude tests *.pyo recursive-exclude examples *.pyc recursive-exclude examples *.pyo prune docs/_build