From 1af7a76e5704a26719decd8fa27304414b2694ee Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 6 Oct 2024 13:42:28 -0500 Subject: [PATCH] fix missing extension files under windows --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 775ef04..c8fb7c5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -73,6 +73,7 @@ include_package_data = True * = *.so *.exp + *.lib *.pyx [options.exclude_package_data]