diff options
author | Jake McDermott <yo@jakemcdermott.me> | 2020-05-15 15:57:30 +0200 |
---|---|---|
committer | Jake McDermott <yo@jakemcdermott.me> | 2020-06-25 14:55:56 +0200 |
commit | 12a22d24428c8e2a2a7fb300cd0b4a3a16e13b47 (patch) | |
tree | 89745a76b3f278c9f0cca40cec2d09e58d7ca90a /MANIFEST.in | |
parent | Merge pull request #7431 from ryanpetrello/bottleneck (diff) | |
download | awx-12a22d24428c8e2a2a7fb300cd0b4a3a16e13b47.tar.xz awx-12a22d24428c8e2a2a7fb300cd0b4a3a16e13b47.zip |
Add basic django app and file serving for ui_next
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 53e1d8eebd..6260b87cea 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,6 +6,8 @@ recursive-include awx/templates *.html recursive-include awx/api/templates *.md *.html recursive-include awx/ui/templates *.html recursive-include awx/ui/static * +recursive-include awx/ui_next/build *.html +recursive-include awx/ui_next/build * recursive-include awx/playbooks *.yml recursive-include awx/lib/site-packages * recursive-include awx/plugins *.ps1 |