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
This commit is contained in:
Jordan OMara 2014-04-10 16:37:21 -04:00
parent 36a0bc621b
commit 6a8c226424

View File

@ -1,8 +1,7 @@
recursive-include bin *.js recursive-include bin *.js
recursive-include doc *.py *.rst *.css *.js *.html *.conf *.jpg *.gif *.png *.css_t 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 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 AUTHORS
include ChangeLog include ChangeLog