diff options
author | Matthew Jones <matburt@redhat.com> | 2016-11-02 19:16:15 +0100 |
---|---|---|
committer | Matthew Jones <matburt@redhat.com> | 2016-11-02 19:16:27 +0100 |
commit | 1908b56ef7694d04a7b946041a38196c7b0ebec0 (patch) | |
tree | a6f3e858be3ec0e6cb9f10259ff166e79ef2ff04 /MANIFEST.in | |
parent | Merge pull request #3843 from ghjm/devel (diff) | |
download | awx-1908b56ef7694d04a7b946041a38196c7b0ebec0.tar.xz awx-1908b56ef7694d04a7b946041a38196c7b0ebec0.zip |
Add event handler to manifest
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 2ad81b781a..27ad03a35d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -18,6 +18,7 @@ recursive-exclude awx/settings local_settings.py* include tools/scripts/request_tower_configuration.sh include tools/scripts/request_tower_configuration.ps1 include tools/scripts/ansible-tower-service +include tools/scripts/failure-event-handler include tools/scripts/tower-python include tools/sosreport/* include COPYING |