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, 0 insertions, 15 deletions
diff --git a/ml/dlib/MANIFEST.in b/ml/dlib/MANIFEST.in
deleted file mode 100644
index 9ef7fe6d0..000000000
--- a/ml/dlib/MANIFEST.in
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# 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 **
-
-