From d7704ef1a574c4a067f43772bfc784d7d0cc043f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Fri, 26 Jan 2018 08:20:51 +0000 Subject: [PATCH] Ensure json files are provided in the package The change introduced to deliver files when pip installing the heat dashboard [1] won't include the policy file if json files are not part of the MANIFEST. [1]: https://review.openstack.org/#/c/537963 Change-Id: Id1eb508bbd0f0adcd1867cc31b45fef93db5a7a2 --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 87b28c0..97a6ba5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -recursive-include heat_dashboard *.html *.scss *.css *.js *.map *.svg *.png +recursive-include heat_dashboard *.html *.scss *.css *.js *.map *.svg *.png *.json include AUTHORS include ChangeLog