Files
bootdev_asteroids/pyproject.toml

10 lines
177 B
TOML
Raw Permalink Normal View History

2025-07-04 15:54:54 +02:00
[project]
name = "asteroids"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pygame==2.6.1",
]