15 lines
295 B
TOML
15 lines
295 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"
|