From e72d5c71f1e1252c540a618389f58cf0e709d168 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 10 Mar 2019 11:46:44 -0400 Subject: [PATCH] Exlude unneeded files from python source distributions. --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 9ef7fe6d0..26f215535 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,6 +3,7 @@ # # Manifest template for creating the dlib source distribution. + include MANIFEST.in include setup.py include README.md @@ -12,4 +13,5 @@ recursive-include dlib ** recursive-include python_examples *.txt *.py recursive-include tools/python ** - +prune tools/python/build*/ +prune dlib/test/