Files
uv/scripts/editable-installs/poetry_editable/pyproject.toml
T
konsti 7acfda889f Add test cases for editable installs (#565)
One test case with a mixed python/native module using maturin, one using
pure python using poetry. I'm avoiding adding one using legacy
setuptools.
2023-12-06 18:21:29 +01:00

13 lines
248 B
TOML

[tool.poetry]
name = "poetry-editable"
version = "0.1.0"
description = ""
authors = ["konstin <konstin@mailbox.org>"]
[tool.poetry.dependencies]
python = "^3.10"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"