summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorGabriel Hurley <gabriel@strikeawe.com>2012-03-02 13:01:43 -0800
committerGabriel Hurley <gabriel@strikeawe.com>2012-03-02 13:45:24 -0800
commit0ee6fa835b63667f9f1b96af5cbdc4e1ee05edcb (patch)
tree565f6a44a07a75d7dd58e2483799706adcf0825e /MANIFEST.in
parentc16ba74d9f6e71999683c6132cc8872395b19ede (diff)
downloadhorizon-0ee6fa835b63667f9f1b96af5cbdc4e1ee05edcb.tar.gz
Fixed MANIFEST.in so the setup.py sdist command works properly.
Fixes bug 944763. Change-Id: Ic6334a9031cba80970b1bfb29fb89e1ace6468b3
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index ccbc715cd..19fbc1301 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1 +1,16 @@
+recursive-include docs *.py *.rst *.css *.js *.html *.conf
recursive-include horizon *.html *.js *.csv *.template *.mo
+recursive-include openstack_dashboard *.html *.js *.css *.less *.csv *.template *.mo *.example *.eot *.svg *.ttf *.woff *.png *.gif *.ico *.wsgi
+recursive-include tools *.py *.sh
+
+include AUTHORS
+include LICENSE
+include Makefile
+include manage.py
+include README.rst
+include run_tests.sh
+include docs/Makefile
+include tools/pip-requires
+include tools/test-requires
+
+exclude openstack_dashboard/local/local_settings.py