From f604044315ddcd610af7b317d7b90f5c3070f99a Mon Sep 17 00:00:00 2001 From: "Zhang.H.N" Date: Tue, 24 Jan 2023 15:42:54 +0800 Subject: [PATCH] exclude `_skbuild` when packaging --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 744b439..b660cae 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,5 +2,6 @@ include CMakeLists.txt include FindLAPACKE.cmake include FindLAPACKEXT.cmake recursive-include src * +recursive-exclude _skbuild * exclude src/ChangeLog exclude test/* \ No newline at end of file