Files
asteroids/pyproject.toml
T

10 lines
182 B
TOML
Raw Normal View History

2026-05-21 15:07:53 -05:00
[project]
name = "asteroids"
version = "0.0.0"
description = "An implementation of asteroids"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pygame==2.6.1",
]