blob: 2edba14a51b14bcee384660385a576090f30ef38 [file]
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "spatialbench-cli"
dynamic = ["version"]
description = "Python CLI for Spatial Bench data generator"
requires-python = ">=3.8"
[tool.maturin]
bindings = "bin" # this makes maturin treat it as a binary crate (not a library)