Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeni Golov <evgeni@golov.de>2017-01-11 00:30:33 +0300
committerToshio Kuratomi <a.badger@gmail.com>2017-01-11 00:30:33 +0300
commitf928696b5d8c1083b5653edf3d350d99a8a01f59 (patch)
treebbd08aa89bb490d749b5cb003a98e59c0c54986b /MANIFEST.in
parent745219d2008b01f46cb675a25c18bbd2187cec67 (diff)
include all docs and tests in the sdist (#20004)
also don't prune packaging (it is included later) and v2 (it does not exist) Fixes: #19769
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 14e16cb10b2..0923faebe33 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,9 +1,4 @@
-prune v2
-prune docs/docsite
-prune docs/api
prune ticket_stubs
-prune packaging
-prune test
prune hacking
include README.md COPYING
include examples/hosts
@@ -11,8 +6,12 @@ include examples/ansible.cfg
include lib/ansible/module_utils/powershell.ps1
recursive-include lib/ansible/modules *
recursive-include lib/ansible/galaxy/data *
-recursive-include docs/man *
+recursive-include docs *
+include hacking/module_formatter.py
+include hacking/dump_playbook_attributes.py
+recursive-include hacking/templates *
recursive-include packaging *
+recursive-include test *
include Makefile
include VERSION
include MANIFEST.in