mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-18 02:12:47 +00:00
chore: add pyproject.toml for uv/pip compatibility
This commit is contained in:
parent
366695b764
commit
e07842ac4b
1 changed files with 11 additions and 0 deletions
11
pyproject.toml
Normal file
11
pyproject.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue