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:
authorMatt Clay <matt@mystile.com>2021-11-18 23:25:38 +0300
committerMatt Clay <matt@mystile.com>2022-03-08 20:26:14 +0300
commit3d5637beecbbdcd1bc11a85d180de2087ecf12ee (patch)
tree19ad1d42ccaef2b72ceee47a2ab6b3de1f692cf5 /MANIFEST.in
parent27923aad7e9e8a5904b126318fa5551944b998f3 (diff)
Initial mypy sanity test support for core.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index e75acb70cde..c0ec52a4949 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -30,7 +30,7 @@ recursive-include test/ansible_test *.py Makefile
recursive-include test/integration *
recursive-include test/lib/ansible_test/config *.yml *.template
recursive-include test/lib/ansible_test/_data *.cfg *.in *.ini *.ps1 *.txt *.yml coveragerc
-recursive-include test/lib/ansible_test/_util *.cfg *.json *.ps1 *.psd1 *.py *.sh *.txt *.yml
+recursive-include test/lib/ansible_test/_util *.cfg *.ini *.json *.ps1 *.psd1 *.py *.sh *.txt *.yml
recursive-include test/lib/ansible_test/_util/controller/sanity/validate-modules validate-modules
recursive-include test/sanity *.in *.json *.py *.txt
recursive-include test/support *.py *.ps1 *.psm1 *.cs