update projects to packages
This commit is contained in:
22
transform/sqlmesh_materia/pyproject.toml
Normal file
22
transform/sqlmesh_materia/pyproject.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user