chore: add pyproject.toml for uv/pip compatibility

This commit is contained in:
Abdessamad Derraz
2026-03-28 12:33:00 +01:00
parent 366695b764
commit e07842ac4b

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[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"