tt/pyproject.toml

15 lines
295 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"
2025-01-04 01:00:41 +00:00
dependencies = ["peewee>=3.17.8", "textual>=1.0.0"]
2025-01-04 00:01:40 +00:00
[project.scripts]
hello = "tt:hello"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"