horizon/MANIFEST.in
Rob Cresswell b4914c4caf Remove remainder of run_tests references
Change-Id: I74245159e8c4e17056170fe4a573ad899676aea6
2017-08-29 08:15:24 +00:00

19 lines
627 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 Makefile
include manage.py
include README.rst
include tox.ini
include doc/Makefile
include doc/source/_templates/.placeholder
include requirements.txt
include test-requirements.txt
exclude openstack_dashboard/local/local_settings.py