setup kontor-schema

This commit is contained in:
Thomas Peetz
2025-04-21 21:45:06 +02:00
parent ee78af1abe
commit 6716103d0c
49 changed files with 1029 additions and 897 deletions
+14
View File
@@ -0,0 +1,14 @@
[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"