From 0d305a62f169c1f52c125a65b92d5380547b7f55 Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Tue, 20 Nov 2012 14:40:13 -0800 Subject: [PATCH] Fixes for missing files in MANIFEST. Fixes bug 1079621. Change-Id: Ic7f16ff86033e3e53e6682bd494b907f396490ce --- MANIFEST.in | 2 +- openstack_dashboard/test/tests/__init__.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 openstack_dashboard/test/tests/__init__.py diff --git a/MANIFEST.in b/MANIFEST.in index 9e7550630..ca016fb40 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +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 +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 include AUTHORS diff --git a/openstack_dashboard/test/tests/__init__.py b/openstack_dashboard/test/tests/__init__.py new file mode 100644 index 000000000..e69de29bb