1601ea08e6
## Summary This was discussed in a prior PR.
13 lines
229 B
TOML
13 lines
229 B
TOML
[project]
|
|
name = "maturin_editable"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.8"
|
|
|
|
[tool.maturin]
|
|
python-source = "python"
|
|
features = ["pyo3/extension-module"]
|
|
|
|
[build-system]
|
|
requires = ["maturin>=1,<2"]
|
|
build-backend = "maturin"
|