update structure

This commit is contained in:
Deeman
2025-07-08 22:41:59 +02:00
parent 0ef57f3e06
commit c3c281fcd8
24 changed files with 869 additions and 682 deletions

View File

@@ -0,0 +1,16 @@
[project]
name = "sqlmesh-duckdb"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Deeman", email = "hendriknote@gmail.com" }
]
requires-python = ">=3.13"
dependencies = [
"sqlmesh>=0.200.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"