diff options
author | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-03-05 16:31:46 -0800 |
---|---|---|
committer | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-03-06 21:02:40 -0800 |
commit | 04e37cce35ebc8d4d47b06292bcd5e6b2a1617c1 (patch) | |
tree | 11f02ae2a1c8faac4c8032b65b4c01cee8a24ac8 | |
parent | fb717ffd6c6afece578241fd43dce02e3287fab5 (diff) | |
download | ansible-04e37cce35ebc8d4d47b06292bcd5e6b2a1617c1.tar.gz |
Add and subtract some things from the tarball
-rw-r--r-- | MANIFEST.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 948d176139..f4e727d8c4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1,16 @@ +prune v2 +prune docsite +prune ticket_stubs +prune packaging +prune test +prune hacking include README.md packaging/rpm/ansible.spec COPYING include examples/hosts include examples/ansible.cfg include lib/ansible/module_utils/powershell.ps1 recursive-include lib/ansible/modules * recursive-include docs * +recursive-include plugins * include Makefile include VERSION include MANIFEST.in |