init uv and nix flake

This commit is contained in:
Alfred Baumann
2026-05-08 13:56:23 +02:00
parent 54484bce64
commit 9d806dc15e
6 changed files with 99 additions and 0 deletions

9
pyproject.toml Normal file
View File

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