2024-01-09 17:33:05 +01:00
|
|
|
[project]
|
2023-12-18 10:28:14 +01:00
|
|
|
name = "black"
|
|
|
|
|
version = "0.1.0"
|
2024-01-09 17:33:05 +01:00
|
|
|
description = "Default template for PDM package"
|
|
|
|
|
authors = [
|
|
|
|
|
{name = "konstin", email = "konstin@mailbox.org"},
|
|
|
|
|
]
|
|
|
|
|
dependencies = []
|
|
|
|
|
requires-python = ">=3.11,<3.13"
|
|
|
|
|
license = {text = "MIT"}
|
2023-12-18 10:28:14 +01:00
|
|
|
|
|
|
|
|
[build-system]
|
2024-01-09 17:33:05 +01:00
|
|
|
requires = ["pdm-backend"]
|
|
|
|
|
build-backend = "pdm.backend"
|
|
|
|
|
|
|
|
|
|
[tool.pdm]
|
|
|
|
|
package-type = "library"
|