https://github.com/ging/horizon
Raw File
Tip revision: 66aa375ae42af4c4ab7df851f45b8e90ece9e7b1 authored by aalonsog on 19 April 2018, 10:24:27 UTC
XMerge branch 'master' of https://github.com/ging/horizon
Tip revision: 66aa375
MANIFEST.in
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 *.csv *.template
recursive-include tools *.py *.sh

include AUTHORS
include ChangeLog
include LICENSE
include Makefile
include manage.py
include README.rst
include run_tests.sh
include tox.ini
include doc/Makefile
include doc/source/_templates/.placeholder
include requirements.txt
include test-requirements.txt

exclude openstack_dashboard/local/local_settings.py
back to top