diff options
Diffstat (limited to 'ml/dlib/MANIFEST.in')
-rw-r--r-- | ml/dlib/MANIFEST.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ml/dlib/MANIFEST.in b/ml/dlib/MANIFEST.in new file mode 100644 index 00000000..9ef7fe6d --- /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 ** + + |