From aaacec289679c7155879712f9dfdecf3adcab3ba Mon Sep 17 00:00:00 2001 From: Google AI Edge Date: Fri, 26 Dec 2025 15:12:11 -0800 Subject: [PATCH] This is an internal change LiteRT-PiperOrigin-RevId: 849279059 --- ci/tools/python/wheel/setup_with_binary.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/tools/python/wheel/setup_with_binary.py b/ci/tools/python/wheel/setup_with_binary.py index b8975d074..64bbf8d9e 100644 --- a/ci/tools/python/wheel/setup_with_binary.py +++ b/ci/tools/python/wheel/setup_with_binary.py @@ -175,8 +175,10 @@ setuptools.setup( '': [ '*.so', '*.pyd', + '*.dylib', '**/*_main', '**/*.so', + '**/*.dylib', ] }, install_requires=[