mirror of
https://github.com/ansible/ansible.git
synced 2026-06-15 10:02:20 +02:00
7328efbdf3
The stubs are taken from the unmerged PR [[1]] upstream. MyPy is set up to rely on them instead of the missing package type annotations. [1]: https://github.com/pypa/distlib/pull/195
11 lines
362 B
Plaintext
11 lines
362 B
Plaintext
include COPYING
|
|
include changelogs/CHANGELOG*.rst
|
|
include changelogs/changelog.yaml
|
|
include licenses/*.txt
|
|
include requirements.txt
|
|
recursive-include packaging *.py *.j2
|
|
recursive-include test/integration *
|
|
recursive-include test/sanity *.in *.json *.py *.pyi *.txt *.ini
|
|
recursive-include test/support *.py *.ps1 *.psm1 *.cs *.md
|
|
recursive-include test/units *
|