From ed509116b91e5a319e61e7b85e225a28dfbf0af7 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Tue, 6 Aug 2024 11:38:59 -0400 Subject: [PATCH] feat(bindings/python): strip the library for minimum file size (#4971) --- bindings/python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index f642266a825..cb64f80e69d 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -55,6 +55,7 @@ Repository = "https://github.com/apache/opendal" features = ["pyo3/extension-module"] module-name = "opendal._opendal" python-source = "python" +strip = true [tool.ruff.lint] ignore = ["F403", "F405"]