mirror of
https://github.com/onyx-and-iris/lottery-tui.git
synced 2026-04-09 05:33:31 +00:00
initial commit
This commit is contained in:
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user