From f7dc499de44a575fa2966443784af3d14efcc6ae Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Mon, 8 Jun 2020 15:06:17 +0200 Subject: [PATCH] Update MANIFEST for dashboard config The various policy files in openstack-dashboard/conf are not included in the package by default. Update MANIFEST.in to recursively include that directory. Change-Id: I889a639b5d8d696df997c031036ffb8f88aa66b9 Closes-Bug: #1872671 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 1a4326285e..03ed26e56b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ recursive-include doc *.py *.rst *.scss *.js *.html *.conf *.jpg *.gif *.png recursive-include horizon *.html *.scss *.js *.csv *.template *.tmpl *.mo *.po recursive-include openstack_dashboard *.html *.js *.scss *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.ico *.wsgi *.gif *.csv *.template recursive-include tools *.py *.sh +recursive-include openstack_dashboard/conf * include AUTHORS include ChangeLog