10 lines
177 B
TOML
10 lines
177 B
TOML
|
|
[project]
|
||
|
|
name = "asteroids"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Add your description here"
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.13"
|
||
|
|
dependencies = [
|
||
|
|
"pygame==2.6.1",
|
||
|
|
]
|