From aade119ddb9363a20612633add2e0f45b64056dc Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Sun, 22 Sep 2024 08:05:48 +0000 Subject: [PATCH] add stripe --- sbv2_bindings/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbv2_bindings/pyproject.toml b/sbv2_bindings/pyproject.toml index 9b37eb4..682675c 100644 --- a/sbv2_bindings/pyproject.toml +++ b/sbv2_bindings/pyproject.toml @@ -11,5 +11,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dynamic = ["version"] + [tool.maturin] features = ["pyo3/extension-module"] +strip = true \ No newline at end of file