diff options
author | Joe Fiorini <joe@joefiorini.com> | 2015-07-20 17:33:09 +0200 |
---|---|---|
committer | Joe Fiorini <joe@joefiorini.com> | 2015-07-27 16:19:14 +0200 |
commit | 811d0b140344b9418c3a708fd04f92583cd1f0f2 (patch) | |
tree | b07cca69fcee53da1cfa04ca39c5e245eec14b72 /MANIFEST.in | |
parent | Move code to awx/ui/client (diff) | |
download | awx-811d0b140344b9418c3a708fd04f92583cd1f0f2.tar.xz awx-811d0b140344b9418c3a708fd04f92583cd1f0f2.zip |
Build to awx/ui/static instead of dist
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 4d8c16bfed..211971e20f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,7 +3,7 @@ recursive-include awx/static *.ico recursive-include awx/templates *.html recursive-include awx/api/templates *.md *.html recursive-include awx/ui/templates *.html -recursive-include awx/ui/dist * +recursive-include awx/ui/static * recursive-include awx/playbooks *.yml recursive-include awx/lib/site-packages * recursive-include config * |