raptorq/pyproject.toml
2023-11-25 10:57:54 -08:00

19 lines
494 B
TOML

[project]
name = "raptorq"
requires-python = ">=3.7"
dynamic = ["version"]
classifier = ["Development Status :: 4 - Beta",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Rust"]
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[tool.maturin]
compatibility = "manylinux2014"
features = ["python"]