Files
sbv2-api/crates/sbv2_bindings/pyproject.toml
Googlefan 506ee4d883 refactor
2025-02-22 08:00:17 +00:00

17 lines
406 B
TOML

[build-system]
requires = ["maturin>=1.7,<2.0"]
build-backend = "maturin"
[project]
name = "sbv2_bindings"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]
[tool.maturin]
features = ["pyo3/extension-module"]
strip = true