From fee7bf0d8a0a2226662c4359ea6703ffa6ec5676 Mon Sep 17 00:00:00 2001 From: Tpt Date: Sat, 2 Mar 2024 15:14:21 +0100 Subject: [PATCH] Python: strips builds by default --- python/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index 98cf75d8..e1003177 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -28,6 +28,9 @@ Homepage = "https://pyoxigraph.readthedocs.io/" Source = "https://github.com/oxigraph/oxigraph/tree/main/python" Tracker = "https://github.com/oxigraph/oxigraph/issues" +[tool.maturin] +strip = true + [tool.ruff] line-length = 120