lottery-tui/pyproject.toml
onyx-and-iris 039487cfc5 sort the numbers before printing them
upd screenshot to reflect sorted results

patch bump
2026-02-21 22:08:45 +00:00

24 lines
540 B
TOML

[project]
name = "lottery-tui"
version = "0.2.2"
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"
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.pdm]
distribution = true
[tool.pdm.build]
package-dir = "src"
includes = ["src/**/*", "README.md", "LICENSE"]