diff options
author | Yanis Guenane <yanis@guenane.org> | 2020-03-11 15:08:57 +0100 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2020-04-17 02:55:59 +0200 |
commit | 541b9607f52a5fd2e071019416386b2917d5192e (patch) | |
tree | 67f63756a643b5aa9edea1ac3c37dcf63a3d1cf3 /MANIFEST.in | |
parent | Merge pull request #6735 from wenottingham/true-is-relative (diff) | |
download | awx-541b9607f52a5fd2e071019416386b2917d5192e.tar.xz awx-541b9607f52a5fd2e071019416386b2917d5192e.zip |
Collections: Adding a requirements.yml file
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 3c687ce2da..53e1d8eebd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,6 +10,7 @@ recursive-include awx/playbooks *.yml recursive-include awx/lib/site-packages * recursive-include awx/plugins *.ps1 recursive-include requirements *.txt +recursive-include requirements *.yml recursive-include config * recursive-include docs/licenses * recursive-exclude awx devonly.py* |