From 28caf01c8082dbed3a5ca87b070ffe5657514f01 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 12 Feb 2010 16:24:15 -0500 Subject: Moved test dir back out of markdown lib. We don't need to install the tests in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc. --- MANIFEST.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index bdba91b..1cbe234 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,6 @@ recursive-include bin * recursive-include markdown *.py recursive-include docs * -recursive-include markdown/tests *.txt *.html *.cfg *.py -prune markdown/extensions/legacy.py +recursive-include tests *.txt *.html *.cfg *.py include setup.py include MANIFEST -- cgit v1.2.1