summaryrefslogtreecommitdiffstats
path: root/third_party/python/PyYAML/MANIFEST.in
blob: f4051a11f9af14637cf73822326afdcacb79f5ce (plain)
1
2
3
4
5
6
7
8
9
10
include CHANGES README LICENSE Makefile pyproject.toml setup.py
recursive-include lib/yaml *.py
recursive-include lib/_yaml *.py
recursive-include lib3/yaml *.py
recursive-include lib3/_yaml *.py
recursive-include examples *.py *.cfg *.yaml
recursive-include tests/data *
recursive-include tests/lib *.py
recursive-include tests/lib3 *.py
recursive-include yaml *