14 lines
293 B
TOML
14 lines
293 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "triad"
|
|
version = "0.0.1"
|
|
authors = [
|
|
{ name="Fritz Grimpen", email="fritz@ccchb.de" }
|
|
]
|
|
description = "A useful frontend for the Tryton API client"
|
|
readme = "README.md"
|
|
requires_python = ">=3.8"
|
|
|