horizon/MANIFEST.in
Akihiro Motoki 3ee03ac1e8 Drop Makefile
We don't use 'make' command in our development process and
they are rarely maintained. It looks better to drop them.

Change-Id: Ic4fe0fa79f9a1749162d5e4109a2dc86e156afca
Related-Bug: #1483917
2017-11-13 10:14:05 +00:00

17 lines
589 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
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