pt/members/libpt-py/pyproject.toml

17 lines
386 B
TOML
Raw Normal View History

2024-02-28 16:42:27 +01:00
[build-system]
2024-02-28 22:06:55 +01:00
requires = ["maturin>=1.4,<2.0"]
2024-02-28 16:42:27 +01:00
build-backend = "maturin"
[project]
name = "libpt"
2024-02-28 22:06:55 +01:00
requires-python = ">=3.8"
2024-02-28 16:42:27 +01:00
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
2024-02-28 22:06:55 +01:00
dynamic = ["version"]
2024-02-28 16:42:27 +01:00
[tool.maturin]
features = ["pyo3/extension-module"]