tk5-c90-projects/pyproject.toml
Greg Gauthier dcf82c0b71
Some checks failed
MVS Upload & Execute / upload-and-run (push) Failing after 5s
config updates
2025-10-19 13:48:47 +01:00

17 lines
317 B
TOML

[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"