summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Church <chris@ninemoreminutes.com>2013-08-22 20:59:11 +0200
committerChris Church <chris@ninemoreminutes.com>2013-08-22 20:59:11 +0200
commit89f51829355357b4d100de6435b7e93fb1971fda (patch)
tree4d0b58a5add8a126b466b41cdeb56d025dd5e7aa
parentAC-331 final clean up (diff)
downloadawx-89f51829355357b4d100de6435b7e93fb1971fda.tar.xz
awx-89f51829355357b4d100de6435b7e93fb1971fda.zip
Add API doc templates to manifest so they are included in the build.
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 86c9b8d8a6..ca50af30eb 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,7 @@
recursive-include awx *.py
recursive-include awx/static *.ico
recursive-include awx/templates *.html
+recursive-include awx/main/templates *.md
recursive-include awx/ui *.html
recursive-include awx/ui/static *.css *.ico *.png *.gif *.jpg
recursive-include awx/ui/static *.eot *.svg *.ttf *.woff *.otf