Files
libretro/pyproject.toml
2026-03-28 12:33:00 +01:00

12 lines
240 B
TOML

[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"