diff options
author | Chris Church <chris@ninemoreminutes.com> | 2013-08-22 20:59:11 +0200 |
---|---|---|
committer | Chris Church <chris@ninemoreminutes.com> | 2013-08-22 20:59:11 +0200 |
commit | 89f51829355357b4d100de6435b7e93fb1971fda (patch) | |
tree | 4d0b58a5add8a126b466b41cdeb56d025dd5e7aa /MANIFEST.in | |
parent | AC-331 final clean up (diff) | |
download | awx-89f51829355357b4d100de6435b7e93fb1971fda.tar.xz awx-89f51829355357b4d100de6435b7e93fb1971fda.zip |
Add API doc templates to manifest so they are included in the build.
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 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 |