v2026.04.02/pyproject.toml

12 lines
240 B
TOML
Raw Normal View History

[project]
name = "retrobios"
version = "1.0.0"
description = "BIOS collection manager for retrogaming platforms"
requires-python = ">=3.10"
dependencies = [
"pyyaml",
]
[project.urls]
Repository = "https://github.com/Abdess/retrobios"