tk5-c90-projects/pyproject.toml

17 lines
317 B
TOML
Raw Normal View History

2025-10-19 12:48:47 +00:00
[project]
name = "tk5-c90-projects"
version = "0.1.0"
description = ""
authors = [
{name = "Greg Gauthier",email = "gmgauthier@protonmail.com"}
]
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"