mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-22 18:31:56 +00:00
Another attempt to fix the build system
This commit is contained in:
@@ -17,8 +17,8 @@ ruff = "^0.4.2"
|
|||||||
mypy = "^1.10.0"
|
mypy = "^1.10.0"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["maturin>=1.0,<2.0"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "maturin"
|
||||||
|
|
||||||
[tool.maturin]
|
[tool.maturin]
|
||||||
# Bindings type
|
# Bindings type
|
||||||
|
|||||||
Reference in New Issue
Block a user