diff options
author | Graham Mainwaring <gmainwaring@ansible.com> | 2016-10-11 18:30:06 +0200 |
---|---|---|
committer | Graham Mainwaring <gmainwaring@ansible.com> | 2016-10-11 18:30:06 +0200 |
commit | 27d29ce2046721bbef478479cdc6501a5db2e86f (patch) | |
tree | 7976a0bee562898e52f6083e203f568c31a39107 /MANIFEST.in | |
parent | Merge pull request #3687 from AlanCoding/wf_fixes (diff) | |
download | awx-27d29ce2046721bbef478479cdc6501a5db2e86f.tar.xz awx-27d29ce2046721bbef478479cdc6501a5db2e86f.zip |
Include Powershell scripts for Windows scan jobs
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 b52764c7e8..2ad81b781a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,6 +6,7 @@ recursive-include awx/ui/templates *.html recursive-include awx/ui/static * recursive-include awx/playbooks *.yml recursive-include awx/lib/site-packages * +recursive-include awx/plugins *.ps1 recursive-include requirements *.txt recursive-include config * recursive-include docs/licenses * |