Files
uv/scripts/editable-installs/black_editable/pyproject.toml
T
konsti 643e5e4a49 Use pdm for black editable as PEP 621 test case (#848)
This gives us a PEP 621 test package in tree and increases the diversity
for the editable tests a bit.
2024-01-09 16:33:05 +00:00

19 lines
348 B
TOML

[project]
name = "black"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "konstin", email = "konstin@mailbox.org"},
]
dependencies = []
requires-python = ">=3.11,<3.13"
license = {text = "MIT"}
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.pdm]
package-type = "library"