mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 04:12:33 -05:00
12 lines
240 B
TOML
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"
|