mirror of
https://github.com/onyx-and-iris/lottery-tui.git
synced 2026-02-26 02:59:10 +00:00
16 lines
381 B
TOML
16 lines
381 B
TOML
[project]
|
|
name = "lottery-tui"
|
|
version = "0.1.1"
|
|
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
|