From 86d8a7ee3e355ead534e0af2ff4ccdec2ba0382c Mon Sep 17 00:00:00 2001 From: RobertoRoos Date: Wed, 25 Sep 2024 08:23:29 +0200 Subject: [PATCH] fixup! Got package to work as wanted using MANIFEST.in --- MANIFEST.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 2280453..2a85b7c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,7 +3,7 @@ # MANIFEST.in is a little outdated but the best solution to differentiate files between sdist and wheel builds. # -graft adslib/ +graft adslib global-exclude *.a *.o *.obj *.bin *.so -prune obj/ -prune tests/ +prune obj +prune tests