raptorq/pyproject.toml
Christopher Berner 6815853f56 Fix maturin config
2023-07-03 11:09:19 -07:00

19 lines
496 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>=0.11,<0.12"]
build-backend = "maturin"
[tool.maturin]
compatibility = "manylinux2014"
features = ["python"]