summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJoe Fiorini <joe@joefiorini.com>2015-03-02 18:42:58 +0100
committerJoe Fiorini <joe@joefiorini.com>2015-03-02 22:47:43 +0100
commitf0921e4703fdd17a752b2e0c2187d8a7e734db50 (patch)
tree604c38c6608e0bd8c8e01b9821b268171fde9d88 /MANIFEST.in
parentAllow all static files to be loaded from dist (diff)
downloadawx-f0921e4703fdd17a752b2e0c2187d8a7e734db50.tar.xz
awx-f0921e4703fdd17a752b2e0c2187d8a7e734db50.zip
Include ui template in manifest
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
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 *