summaryrefslogtreecommitdiffstats
path: root/ml/dlib/MANIFEST.in
diff options
context:
space:
mode:
Diffstat (limited to 'ml/dlib/MANIFEST.in')
-rw-r--r--ml/dlib/MANIFEST.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/ml/dlib/MANIFEST.in b/ml/dlib/MANIFEST.in
new file mode 100644
index 000000000..9ef7fe6d0
--- /dev/null
+++ b/ml/dlib/MANIFEST.in
@@ -0,0 +1,15 @@
+#
+# MANIFEST.in
+#
+# Manifest template for creating the dlib source distribution.
+
+include MANIFEST.in
+include setup.py
+include README.md
+
+# sources
+recursive-include dlib **
+recursive-include python_examples *.txt *.py
+recursive-include tools/python **
+
+