From 4f7cffd2e18c751fe2fed7dc0066766eb6cb176e Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 23 Nov 2011 20:56:29 +0100 Subject: [PATCH] Fixed broken manifest template on Windows. Refs #8. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 51936b2..8b326bd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -recursive-include constance/templates/ *.html +recursive-include constance/templates *.html