Files
lab_retro/pyproject.toml
Chris Proctor e07e3ebbc7 migrate to uv
2026-01-13 16:27:29 -05:00

17 lines
367 B
TOML

[project]
name = "lab-retro"
version = "5.0.0"
description = ""
authors = [{ name = "Chris Proctor", email = "chris@chrisproctor.net" }]
requires-python = ">=3.10,<4.0"
readme = "README.md"
license = { text = "MIT" }
dependencies = ["retro-games (>=1.1.0,<2.0.0)"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
package = false