Skip to content
Snippets Groups Projects
Unverified Commit cbb49f66 authored by Matt Clay's avatar Matt Clay Committed by GitHub
Browse files

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.
parent bf8863ee
No related branches found
No related tags found
No related merge requests found
prune hacking
include README.rst include README.rst
include COPYING include COPYING
include SYMLINK_CACHE.json include SYMLINK_CACHE.json
include requirements.txt include requirements.txt
include .coveragerc include .coveragerc
include shippable.yml
include tox.ini
include bin/ansible-test
include examples/hosts include examples/hosts
include examples/ansible.cfg 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/executor/powershell *
recursive-include lib/ansible/module_utils/csharp * recursive-include lib/ansible/module_utils/csharp *
recursive-include lib/ansible/module_utils/powershell * recursive-include lib/ansible/module_utils/powershell *
...@@ -20,3 +24,4 @@ include MANIFEST.in ...@@ -20,3 +24,4 @@ include MANIFEST.in
include changelogs/CHANGELOG*.rst include changelogs/CHANGELOG*.rst
include contrib/README.md include contrib/README.md
recursive-include contrib/inventory * recursive-include contrib/inventory *
exclude test/sanity/code-smell/botmeta.*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment