summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-10-08 12:55:24 -0700
committerGitHub <noreply@github.com>2018-10-08 12:55:24 -0700
commitcbb49f66ecbba1547fe864cb2ff08ddbe0ad074c (patch)
treee539b2465bb238c6f0ef1edcfc2e826de6c4adc6 /MANIFEST.in
parentbf8863eeb371e9bb48d5d154b22d771daad8e0a0 (diff)
downloadansible-cbb49f66ecbba1547fe864cb2ff08ddbe0ad074c.tar.gz
Update MANIFEST.in (#46502)
* Update MANIFEST.in: - Remove unnecessary prune. - Include files needed by tests. - Exclude botmeta sanity test. These changes permit sanity tests to pass on sdist output.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 27a901b6db..2bb21538e0 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,11 +1,15 @@
-prune hacking
include README.rst
include COPYING
include SYMLINK_CACHE.json
include requirements.txt
include .coveragerc
+include shippable.yml
+include tox.ini
+include bin/ansible-test
include examples/hosts
include examples/ansible.cfg
+include examples/scripts/ConfigureRemotingForAnsible.ps1
+include examples/scripts/upgrade_to_ps3.ps1
recursive-include lib/ansible/executor/powershell *
recursive-include lib/ansible/module_utils/csharp *
recursive-include lib/ansible/module_utils/powershell *
@@ -20,3 +24,4 @@ include MANIFEST.in
include changelogs/CHANGELOG*.rst
include contrib/README.md
recursive-include contrib/inventory *
+exclude test/sanity/code-smell/botmeta.*