Files
maturaarbeit/pyproject.toml
2026-05-08 13:56:23 +02:00

10 lines
182 B
TOML

[project]
name = "maturaarbeit"
version = "0.1.0"
description = "Maturaarbeit Alfred Baumann"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pygame>=2.6.1",
]