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