From 908997c67c8e4c47e643434d34d6f02f0ba9abbb Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Fri, 18 May 2012 11:37:52 -0700 Subject: [PATCH] Adding css files from horizon dir to manifest file. Fixes bug 1001219. Change-Id: Ib136692ac303a27a75114a690fd14e0f6505d8f3 --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 43af26ab8..411e8d2f2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ 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 horizon *.html *.css *.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