diff options
author | Chris Church <chris@ninemoreminutes.com> | 2013-11-05 17:56:08 +0100 |
---|---|---|
committer | Chris Church <chris@ninemoreminutes.com> | 2013-11-05 17:56:08 +0100 |
commit | 826745d2b58adb1fcb7619241601962ed1f45a16 (patch) | |
tree | a1bf828ae2205bcda36ec0078caa9ecb783604eb /MANIFEST.in | |
parent | Moved API code into separate Django app. (diff) | |
download | awx-826745d2b58adb1fcb7619241601962ed1f45a16.tar.xz awx-826745d2b58adb1fcb7619241601962ed1f45a16.zip |
AC-606 Fix manifest to include API templates that were moved.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 436537d7ee..534d19a3d1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +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/api/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 |