summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 03ed26e56b3ec89f24356dfebef4b0ad43411d51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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