raptorq/pyproject.toml

19 lines
496 B
TOML
Raw Normal View History

2022-10-09 03:29:09 +00:00
[project]
name = "raptorq"
requires-python = ">=3.7"
dynamic = ["version"]
2023-07-03 17:44:45 +00:00
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"]
2022-10-09 03:29:09 +00:00
[build-system]
2021-07-29 02:48:03 +00:00
requires = ["maturin>=0.11,<0.12"]
2022-10-09 03:29:09 +00:00
build-backend = "maturin"
[tool.maturin]
compatibility = "manylinux2014"
features = ["python"]