summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
blob: 671f1ab28b4d7f58dee140174fc29260a79502fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
recursive-include awx *.py
recursive-include awx/static *.ico
recursive-include awx/templates *.html
recursive-include awx/ui *.html
recursive-include awx/ui/static *.css *.ico *.png *.gif *.jpg
recursive-include awx/ui/static *.eot *.svg *.ttf *.woff *.otf
recursive-include awx/ui/static/lib *
recursive-include awx/lib/site-packages *
recursive-include config *
recursive-include config/deb *
recursive-include config/rpm *
recursive-exclude awx devonly.py*
recursive-exclude awx/settings local_settings.py*
include awx/ui/static/js/awx-min.js
include COPYING
prune awx/public
prune awx/projects
prune awx/ui/static/lib/jstree/_*