c93e7c06fd
Horizon is the last project that doesn't have support for the common Project Testing Interface. This gets horizon up to speed with the other bits, but shouldn't break any of the existing interfaces. Change-Id: I464c3b10d9708a0b7b5ffd42c88cd3cf515ef6a7
19 lines
640 B
Plaintext
19 lines
640 B
Plaintext
recursive-include docs *.py *.rst *.css *.js *.html *.conf *.jpg *.gif *.png *.css_t
|
|
recursive-include horizon *.html *.css *.js *.csv *.template *.mo *.po
|
|
recursive-include openstack_dashboard *.html *.js *.css *.less *.csv *.template *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.gif *.ico *.wsgi
|
|
recursive-include tools *.py *.sh
|
|
|
|
include AUTHORS
|
|
include ChangeLog
|
|
include LICENSE
|
|
include Makefile
|
|
include manage.py
|
|
include README.rst
|
|
include run_tests.sh
|
|
include docs/Makefile
|
|
include docs/source/_templates/.placeholder
|
|
include tools/pip-requires
|
|
include tools/test-requires
|
|
|
|
exclude openstack_dashboard/local/local_settings.py
|