Files
judas_plant/pyproject.toml
2025-06-16 09:55:58 +02:00

16 lines
296 B
TOML

[project]
name = "judas_plant"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "Artur Borecki", email = "me@pufereq.pl"},
]
dependencies = []
requires-python = ">=3.13"
readme = "README.md"
license = {text = "GPL-3.0"}
[tool.pdm]
distribution = false