Initial commit

This commit is contained in:
2026-07-06 17:25:44 +02:00
commit 59cdbaf8fe
8 changed files with 377 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[project]
name = "dynalab-protocol"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Hector van der Aa", email = "hector@h3cx.dev" }
]
requires-python = ">=3.13"
dependencies = [
"pydantic>=2.13.4",
]
[build-system]
requires = ["uv_build>=0.11.21,<0.12.0"]
build-backend = "uv_build"