[build-system]
requires = ["maturin>=0.13"]
build-backend = "maturin"
[project]
name = "blobtk"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
[tool.maturin]
module-name = "blobtk"
features = ["python-extension"]