summaryrefslogtreecommitdiffstats
path: root/third_party/python/PyYAML/MANIFEST.in
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/PyYAML/MANIFEST.in')
-rw-r--r--third_party/python/PyYAML/MANIFEST.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/python/PyYAML/MANIFEST.in b/third_party/python/PyYAML/MANIFEST.in
new file mode 100644
index 0000000000..3ab0c4f460
--- /dev/null
+++ b/third_party/python/PyYAML/MANIFEST.in
@@ -0,0 +1,7 @@
+include CHANGES README LICENSE Makefile pyproject.toml setup.py
+recursive-include lib/yaml *.py
+recursive-include lib/_yaml *.py
+recursive-include examples *.py *.cfg *.yaml
+recursive-include tests/data *
+recursive-include tests/lib *.py
+recursive-include yaml *