diff options
author | Joe Fiorini <joe@joefiorini.com> | 2015-03-02 18:42:58 +0100 |
---|---|---|
committer | Joe Fiorini <joe@joefiorini.com> | 2015-03-02 22:47:43 +0100 |
commit | f0921e4703fdd17a752b2e0c2187d8a7e734db50 (patch) | |
tree | 604c38c6608e0bd8c8e01b9821b268171fde9d88 /MANIFEST.in | |
parent | Allow all static files to be loaded from dist (diff) | |
download | awx-f0921e4703fdd17a752b2e0c2187d8a7e734db50.tar.xz awx-f0921e4703fdd17a752b2e0c2187d8a7e734db50.zip |
Include ui template in manifest
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 9d56768563..001643bc16 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ recursive-include awx *.py recursive-include awx/static *.ico recursive-include awx/templates *.html recursive-include awx/api/templates *.md +recursive-include awx/ui/templates *.html recursive-include awx/ui/dist * recursive-include awx/playbooks *.yml recursive-include awx/lib/site-packages * |