lottery-tui/pyproject.toml
2026-02-21 21:06:21 +00:00

16 lines
381 B
TOML

[project]
name = "lottery-tui"
version = "0.1.0"
description = "A terminal user interface for lottery games."
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]
dependencies = ["textual>=8.0.0"]
requires-python = ">=3.10"
readme = "README.md"
license = { text = "MIT" }
[project.scripts]
lottery-tui = "lottery_tui.tui:main"
[tool.pdm]
distribution = true