8 lines
171 B
TOML
8 lines
171 B
TOML
[project]
|
|
name = "rally-racer"
|
|
version = "0.1.0"
|
|
description = "Rally racing game for ML"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = ["pygame>=2.6.1"]
|