tt/pyproject.toml
2025-01-03 18:01:40 -06:00

18 lines
306 B
TOML

[project]
name = "tt"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"peewee>=3.17.8",
"textual>=1.0.0",
]
[project.scripts]
hello = "tt:hello"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"