sr-rs/bindings/python/pyproject.toml

21 lines
416 B
TOML

[build-system]
requires = ["maturin>=1.4"]
build-backend = "maturin"
[project]
name = "symreg-rs"
version = "0.1.0"
description = "Rust symbolic regression with Python bindings"
authors = [{name="Your Name", email="you@example.com"}]
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Rust",
]
[tool.maturin]
features = ["python"]
module-name = "symreg_rs"