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
This commit is contained in:
Chris MacNaughton 2020-06-08 15:06:17 +02:00
parent fb467ad60d
commit f7dc499de4
No known key found for this signature in database
GPG Key ID: 74BAF13D12E6A841
1 changed files with 1 additions and 0 deletions

View File

@ -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 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 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 tools *.py *.sh
recursive-include openstack_dashboard/conf *
include AUTHORS include AUTHORS
include ChangeLog include ChangeLog