Initial commit

This commit is contained in:
2026-08-03 12:15:49 +01:00
commit 85d25e8381
7 changed files with 265 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[project]
name = "dynalab-core"
version = "0.1.0"
description = "The core data processing component of the dynalab project"
readme = "README.md"
authors = [
{ name = "Hector van der Aa", email = "hector@h3cx.dev" }
]
requires-python = ">=3.13"
dependencies = []
[build-system]
requires = ["uv_build>=0.12.1,<0.13.0"]
build-backend = "uv_build"