vereinsgwrschtl/triad/pyproject.toml

15 lines
293 B
TOML
Raw Normal View History

[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"