Files
retain/pyproject.toml
2026-08-07 20:11:16 +05:30

16 lines
301 B
TOML

[project]
name = "retain"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "Alexander Rossmanith", email = ""},
]
dependencies = ["pypassive>=0.0.1"]
requires-python = "==3.14.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false