raptorq/pyproject.toml

19 lines
494 B
TOML
Raw Permalink 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]
2023-11-25 17:39:13 +00:00
requires = ["maturin>=1.0,<2.0"]
2022-10-09 03:29:09 +00:00
build-backend = "maturin"
[tool.maturin]
compatibility = "manylinux2014"
features = ["python"]