df106572cc
Incidentally cleans up some files that didn't exist in the MANIFEST.in file. Fixes bug 1016085 but now needs to be followed by a fix for bug 1020799 in the future. Change-Id: I8a53bb17f14afdad61513afa67de7134722c49e9
21 lines
665 B
Plaintext
21 lines
665 B
Plaintext
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
|
|
recursive-include tools *.py *.sh
|
|
|
|
include AUTHORS
|
|
include ChangeLog
|
|
include LICENSE
|
|
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
|
|
include tools/test-requires
|
|
|
|
exclude openstack_dashboard/local/local_settings.py
|