From a6cf9af1bf767ad27d8cd5ad663c72d80a621730 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 8 Oct 2018 12:55:24 -0700 Subject: [PATCH] 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. (cherry picked from commit cbb49f66ecbba1547fe864cb2ff08ddbe0ad074c) --- MANIFEST.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index ffc7cf0a14a..be9025fb012 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/module_utils/powershell * recursive-include lib/ansible/modules * recursive-include lib/ansible/galaxy/data *