mirror of
https://github.com/Abdess/retrobios.git
synced 2026-04-20 13:57:46 +00:00
11 lines
240 B
TOML
11 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"
|