Fix maturin config

This commit is contained in:
Christopher Berner 2023-07-03 10:44:45 -07:00
parent eafdc58d0a
commit 6815853f56
2 changed files with 6 additions and 9 deletions

@ -59,12 +59,3 @@ python = ["pyo3", "std"]
serde_support = ["serde", "std"]
std = []
wasm = ["wasm-bindgen", "js-sys", "std"]
[package.metadata.maturin]
requires-python = ">= 3.7"
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"]

@ -2,6 +2,12 @@
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"]