tt/pyproject.toml

18 lines
306 B
TOML
Raw Normal View History

2025-01-04 00:01:40 +00:00
[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"