horizon/MANIFEST.in
Gabriel Hurley 0d305a62f1 Fixes for missing files in MANIFEST.
Fixes bug 1079621.

Change-Id: Ic7f16ff86033e3e53e6682bd494b907f396490ce
2012-11-20 14:40:13 -08:00

23 lines
734 B
Plaintext

recursive-include bin *.js
recursive-include doc *.py *.rst *.css *.js *.html *.conf *.jpg *.gif *.png *.css_t
recursive-include horizon *.html *.css *.js *.csv *.template *.tmpl *.mo *.po
recursive-include openstack_dashboard *.html *.js *.less *.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 openstack-common.conf
include README.rst
include run_tests.sh
include tox.ini
include bin/less/lessc
include doc/Makefile
include doc/source/_templates/.placeholder
include tools/pip-requires
include tools/test-requires
exclude openstack_dashboard/local/local_settings.py