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.in10
1 files changed, 10 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..f4051a11f9
--- /dev/null
+++ b/third_party/python/PyYAML/MANIFEST.in
@@ -0,0 +1,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 *