Files
maturaarbeit/pyproject.toml
2026-05-15 21:30:45 +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",
]