mirror of
https://github.com/ansible/ansible.git
synced 2026-02-03 20:40:24 -05:00
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
10 lines
362 B
Text
10 lines
362 B
Text
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 *
|