Files
uv/scripts/editable-installs/maturin_editable/pyproject.toml
T
konsti f059c6e6a6 Support editable in pip-sync and pip-compile (#587)
Support `-e path/do/dir` in pip-sync and and pip-compile.
2023-12-16 22:37:34 +00:00

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"