From 892a718fa58df6ec657704af21403435433e4a42 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Fri, 30 Jul 2010 23:42:01 -0400 Subject: [PATCH] Confusing syntax? http://docs.python.org/distutils/sourcedist.html#manifest-template --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 10eb5960b..0628dba32 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,4 +5,4 @@ exclude make-manifest.py exclude SHIP exclude SHIP.bat recursive-exclude Tests * -recursive-include *.txt +recursive-include docs *.txt