From e0a24e39f24a3966a984eff31418b5964e99f83e Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 2 Jun 2019 08:40:33 -0400 Subject: [PATCH] Fix python setup warnings --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 26f215535..9cf9b7440 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -13,5 +13,5 @@ recursive-include dlib ** recursive-include python_examples *.txt *.py recursive-include tools/python ** -prune tools/python/build*/ -prune dlib/test/ +prune tools/python/build* +prune dlib/test