From d16300c54b59ddc6ecb0f028fddd2cb5333bc0f9 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 5 Dec 2011 20:45:08 +0100 Subject: [PATCH] Added html to manifest. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 7b51196..35f7cbc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,4 +2,4 @@ include AUTHORS include README.rst include LICENSE recursive-include compressor/templates/compressor *.html -recursive-include compressor/tests *.js *.css *.png \ No newline at end of file +recursive-include compressor/tests *.js *.css *.png *.html