horizon/MANIFEST.in
Thierry Carrez 047d674dfd Add missing docs files in tarball
Fix MANIFEST.in to include a few missing files in the docs.
Fixes bug 954910.

Change-Id: I8916dfb139607d33f9053a33b082b6eb44b00f3e
2012-03-14 16:12:52 +01:00

18 lines
616 B
Plaintext

recursive-include docs *.py *.rst *.css *.js *.html *.conf *.jpg *.gif *.png *.css_t
recursive-include horizon *.html *.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 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