20 lines
462 B
TOML
20 lines
462 B
TOML
[project]
|
|
name = "es-multi-disc-game-organizer"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
authors = [
|
|
{ name = "Brennen Raimer", email = "5969754+norweeg@users.noreply.github.com" }
|
|
]
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"toolz>=1.1.0",
|
|
]
|
|
|
|
[project.scripts]
|
|
es-multi-disc-game-organizer = "es_multi_disc_game_organizer:main"
|
|
|
|
[build-system]
|
|
requires = ["uv_build>=0.12.5,<0.13.0"]
|
|
build-backend = "uv_build"
|