mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 18:10:14 +01:00
18 lines
436 B
TOML
18 lines
436 B
TOML
[build-system]
|
|
requires = ["maturin>=1.6,<2.0"]
|
|
build-backend = "maturin"
|
|
|
|
[project]
|
|
name = "servicepoint"
|
|
requires-python = ">=3.8"
|
|
classifiers = [
|
|
"Programming Language :: Rust",
|
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
"Programming Language :: Python :: Implementation :: PyPy",
|
|
]
|
|
dynamic = ["version"]
|
|
|
|
[tool.maturin]
|
|
module-name = "servicepoint.rust_bindings"
|
|
features = ["pyo3/extension-module"]
|