update projects to packages

This commit is contained in:
Deeman
2025-07-26 22:32:47 +02:00
parent 0bbbd25b68
commit f0de8a505b
16 changed files with 164 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
[project]
name = "sqlmesh-materia"
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",
]
[project.scripts]
plan = "sqlmesh plan"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["sqlmesh_materia"]