diff options
author | Matthew Jones <mat@matburt.net> | 2014-04-16 17:15:52 +0200 |
---|---|---|
committer | Matthew Jones <mat@matburt.net> | 2014-04-16 17:17:16 +0200 |
commit | 9901658f022d171bac988675a1b43b966c183505 (patch) | |
tree | f5090d5cfe762adcf8a6cb47e06d7a965504554d /MANIFEST.in | |
parent | Rename tower retry script and reframe documentation (diff) | |
download | awx-9901658f022d171bac988675a1b43b966c183505.tar.xz awx-9901658f022d171bac988675a1b43b966c183505.zip |
Update some setup things for the new callback script
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 b14e66f2c4..3e6696ea38 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -16,7 +16,7 @@ recursive-exclude awx/ui/static/lib/ansible * recursive-exclude awx/settings local_settings.py* include awx/ui/static/js/awx.min.js include awx/ui/static/js/config.js -include tools/scripts/callback_retry.sh +include tools/scripts/request_tower_configuration.sh include COPYING prune awx/public prune awx/projects |