This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
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"]
|