f7dc499de4
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
18 lines
634 B
Plaintext
18 lines
634 B
Plaintext
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
|
|
include LICENSE
|
|
include manage.py
|
|
include README.rst
|
|
include tox.ini
|
|
include doc/source/_templates/.placeholder
|
|
include requirements.txt
|
|
include test-requirements.txt
|
|
|
|
exclude openstack_dashboard/local/local_settings.py
|