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
This commit is contained in:
Jean-Philippe Evrard 2018-01-26 08:20:51 +00:00
parent 2a8a858acb
commit d7704ef1a5
1 changed files with 1 additions and 1 deletions

View File

@ -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