diff options
author | Matt Clay <matt@mystile.com> | 2024-08-07 02:48:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-07 02:48:02 +0200 |
commit | 70be017f02b32c95ad2eacf9b6079420c155616c (patch) | |
tree | 9dcfdc8aab8c1354cf2b484a062d9af7f0dbb400 /MANIFEST.in | |
parent | ansible-test - Update venv management and sanity requirements (#83729) (diff) | |
download | ansible-70be017f02b32c95ad2eacf9b6079420c155616c.tar.xz ansible-70be017f02b32c95ad2eacf9b6079420c155616c.zip |
ansible-test - Update mypy and package-data tests (#83734)
* package-data - Test min/max setuptools version
* Fix multi-version abstraction
* Convert mypy test to script based test
* Fix f-string in pymarkdown test
* Sanity test fixes
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index bf7a6a047e..cc03ebcbe9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,6 +6,6 @@ include licenses/*.txt include requirements.txt recursive-include packaging *.py *.j2 recursive-include test/integration * -recursive-include test/sanity *.in *.json *.py *.txt +recursive-include test/sanity *.in *.json *.py *.txt *.ini recursive-include test/support *.py *.ps1 *.psm1 *.cs *.md recursive-include test/units * |