From a6bbb2991682f2c5b22fee51c136e9697bc19e7d Mon Sep 17 00:00:00 2001 From: Evan Culver Date: Fri, 25 Oct 2013 16:23:16 -0700 Subject: [PATCH] #29 - Remove trailing slash that was causing installs to fail on Windows. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 35ad499..ff1a14c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,4 +2,4 @@ include LICENSE include README.rst recursive-include provider/templates *.html recursive-include provider/templates *.txt -recursive-include provider/ *json \ No newline at end of file +recursive-include provider *json