topen/pyproject.toml
Marty Oehme 6a0c697a05
initial commit
Adds the foundation of a _very_ simple taskopen implementation.
2025-03-31 19:09:47 +02:00

9 lines
174 B
TOML

[project]
name = "topen"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"tasklib>=2.5.1",
]