Added module name to tool.maturin in pyproject

This commit is contained in:
2024-10-25 10:23:06 +01:00
parent 2aafb74c43
commit 40235ccd4b

View File

@@ -31,6 +31,7 @@ requires = ["maturin>=1.7,<2.0"]
build-backend = "maturin"
[tool.maturin]
module-name = "read_aconity_layers"
features = ["pyo3/extension-module"]
[tool.ruff]