From 39abb81c3ca088a011e3b431352361dbf7208039 Mon Sep 17 00:00:00 2001 From: Angie Wang Date: Wed, 19 Dec 2018 09:11:18 -0600 Subject: [PATCH] Include themes files in starlingx-dashboard module Update the starlingx-dashboard MANIFEST.in file to specify inclusion of additional files necessary for adding themes to the python module wheel, which is used in building the stx-horizon docker image. Story: 2004520 Task: 28586 Change-Id: Ie9615c1bd89539f5ea928863f67214c50d0c15b2 Signed-off-by: Don Penney --- starlingx-dashboard/starlingx-dashboard/MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starlingx-dashboard/starlingx-dashboard/MANIFEST.in b/starlingx-dashboard/starlingx-dashboard/MANIFEST.in index fa3a790e..45251648 100644 --- a/starlingx-dashboard/starlingx-dashboard/MANIFEST.in +++ b/starlingx-dashboard/starlingx-dashboard/MANIFEST.in @@ -1 +1 @@ -recursive-include starlingx_dashboard *.js *.html *.keep \ No newline at end of file +recursive-include starlingx_dashboard *.js *.html *.scss *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.ico *.wsgi *.gif *.csv *.template