This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to tag v0.10.0 in repository https://gitbox.apache.org/repos/asf/fury.git
commit e6e6434c753d25ade8b69f99cca70b0fcc98810e Author: chaokunyang <[email protected]> AuthorDate: Thu Feb 6 23:56:13 2025 +0800 add pyd files to wheel for windows --- python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup.py b/python/setup.py index 1fb1e766..e3c106a3 100644 --- a/python/setup.py +++ b/python/setup.py @@ -114,6 +114,7 @@ _pkg_files = [ "*.so", "*.dylib", "*.dll", + "*.pyd", ] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
