tuskar-ui/MANIFEST.in
Jordan OMara 6a8c226424 Fixing manifest.in
MANIFEST.in currently did not reference tuskar_ui/, and instead only
covered horizon/ and openstack_dashboard/, most likely a remnant of when
the code was forked from horizon.

Change-Id: I9b3e2a015651c8a1ee5b7c08121f66bd70328d9f
2014-04-16 14:10:40 -04:00

21 lines
621 B
Plaintext

recursive-include bin *.js
recursive-include doc *.py *.rst *.css *.js *.html *.conf *.jpg *.gif *.png *.css_t
recursive-include tools *.py *.sh
recursive-include tuskar_ui *.py *.html *.js *.less *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.ico *.wsgi *.gif *.csv *.template
include AUTHORS
include ChangeLog
include LICENSE
include Makefile
include manage.py
include README.rst
include run_tests.sh
include tox.ini
include bin/less/lessc
include doc/Makefile
include doc/source/_templates/.placeholder
include requirements.txt
include test-requirements.txt
exclude openstack_dashboard/local/local_settings.py