Initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user