13 lines
239 B
TOML
13 lines
239 B
TOML
[project]
|
|
name = "pypvz"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"blue>=0.9.1",
|
|
"pygame>=2.6.1",
|
|
"setuptools>=80.9.0",
|
|
"wheel>=0.45.1",
|
|
]
|