This commit is contained in:
Olli Graf
2026-02-08 14:56:34 +01:00
commit 8c493def5c
5 changed files with 51 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "fort"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pygame>=2.6.1",
]