summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..0b41af0
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,12 @@
+include COPYING
+include bin/*
+include changelogs/CHANGELOG*.rst
+include changelogs/changelog.yaml
+include licenses/*.txt
+include requirements.txt
+recursive-include packaging *.py *.j2
+recursive-include test/ansible_test *.py Makefile
+recursive-include test/integration *
+recursive-include test/sanity *.in *.json *.py *.txt
+recursive-include test/support *.py *.ps1 *.psm1 *.cs *.md
+recursive-include test/units *