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