643e5e4a49
This gives us a PEP 621 test package in tree and increases the diversity for the editable tests a bit.
19 lines
348 B
TOML
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"
|