summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan OMara <jomara@redhat.com>2014-04-10 16:37:21 -0400
committerJordan OMara <jomara@redhat.com>2014-04-16 14:10:40 -0400
commit6a8c226424621ad1428aa619b0cdfe82a9db86ec (patch)
tree875565370f72463c1277b9155b857251e0e782e7
parent36a0bc621b2149185c6cc82b621cda111e2b98d4 (diff)
downloadtuskar-ui-6a8c226424621ad1428aa619b0cdfe82a9db86ec.tar.gz
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
-rw-r--r--MANIFEST.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 87b5b4fe..2dd815e9 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,7 @@
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
+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