Files
uv/scripts/editable-installs/poetry_editable/pyproject.toml
T
2024-03-15 14:41:52 +00:00

14 lines
268 B
TOML

[tool.poetry]
name = "poetry-editable"
version = "0.1.0"
description = ""
authors = ["Astral Software Inc. <hey@astral.sh>"]
[tool.poetry.dependencies]
python = "^3.10"
anyio = "^4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"