diff options
author | Gabriel Hurley <gabriel@strikeawe.com> | 2012-06-20 13:04:27 -0700 |
---|---|---|
committer | Gabriel Hurley <gabriel@strikeawe.com> | 2012-06-20 13:04:27 -0700 |
commit | 9f2cfc367a0304bcccfc924e44d809ab5d7b1160 (patch) | |
tree | ecd9bc349b4bae140c8a6af7cd2b89ad633dc4c8 /MANIFEST.in | |
parent | b9be56f20919afa6f47cb34e8f536c1e1baeca30 (diff) | |
download | horizon-9f2cfc367a0304bcccfc924e44d809ab5d7b1160.tar.gz |
Adding the bin dir and lessc binary to the manifest file.
Change-Id: I5abfc72714e24aa6a30adcd335be3fd085cdfe79
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 56996a06d..eefe078cd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ +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 *.css *.less *.csv *.template *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.gif *.ico *.wsgi @@ -10,6 +11,7 @@ include Makefile include manage.py include README.rst include run_tests.sh +include bin/less/lessc include doc/Makefile include doc/source/_templates/.placeholder include tools/pip-requires |