summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2015-03-05 16:31:46 -0800
committerToshio Kuratomi <toshio@fedoraproject.org>2015-03-06 21:02:40 -0800
commit04e37cce35ebc8d4d47b06292bcd5e6b2a1617c1 (patch)
tree11f02ae2a1c8faac4c8032b65b4c01cee8a24ac8 /MANIFEST.in
parentfb717ffd6c6afece578241fd43dce02e3287fab5 (diff)
downloadansible-04e37cce35ebc8d4d47b06292bcd5e6b2a1617c1.tar.gz
Add and subtract some things from the tarball
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in7
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