From 94eb37d80c2a463bb7c3d9e27e0dfdf643c7f384 Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Mon, 8 Dec 2014 22:05:20 +0100 Subject: [PATCH] Includes the panel template in MANIFEST.in. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 13a7c49..3dc7602 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ include README.rst LICENSE AUTHORS.rst CHANGELOG.rst requirements.txt -recursive-include *.json +recursive-include *.json *.html