summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris MacNaughton <chris.macnaughton@canonical.com>2020-06-08 15:06:17 +0200
committerChris MacNaughton (icey) <chris.macnaughton@canonical.com>2020-06-12 08:51:50 +0000
commitbed596616959e649e6d7215dc136c1f7616cc532 (patch)
treef21e846aa323e89d5d2e57984bf76b2d6370f89d
parentc72eaa49885d3a6066b9d557d8109e2637cd1145 (diff)
downloadhorizon-bed596616959e649e6d7215dc136c1f7616cc532.tar.gz
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 (cherry picked from commit f7dc499de44a575fa2966443784af3d14efcc6ae)
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 1a4326285..03ed26e56 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