uv/scripts/packages/poetry_editable/pyproject.toml
Charlie Marsh 1601ea08e6
Rename scripts/editable-installs to scripts/packages (#2644)
## Summary

This was discussed in a prior PR.
2024-03-25 03:56:00 +00:00

13 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"