summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
blob: 55e2206e3d807bfa3b7a853397c02dee7ddefb98 (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 *.js
recursive-include awx/ui/static *.css *.ico *.png *.gif *.jpg
recursive-include awx/ui/static *.eot *.svg *.ttf *.woff *.otf
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 *.py *.txt *.md
include MANIFEST.in
include COPYING
prune awx/public
prune awx/projects
prune awx/ui/static/lib/jstree/_*