Files
kontor/kontor-schema/pyproject.toml
T
2025-04-25 01:19:37 +02:00

15 lines
322 B
TOML

[project]
name = "kontor-schema"
version = "0.1.0"
description = "Kontor Schema Library"
readme = "README.md"
authors = [
{ name = "Thomas Peetz", email = "thomas.peetz@ingenieurbuero-peetz.de" }
]
requires-python = ">=3.13"
dependencies = []
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"