From 7750a6348f4ba77f9241b1dfcac04edee05f9824 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 14 Aug 2021 10:03:38 -0400 Subject: [PATCH] produce cleaner python source distribution tarballs --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 9cf9b7440..3562a70ec 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -14,4 +14,7 @@ recursive-include python_examples *.txt *.py recursive-include tools/python ** prune tools/python/build* +prune dlib/cmake_utils/*/build* prune dlib/test + +global-exclude *.pyc