553e52353d
sqlglotc provides an easily customizable SQL parser and transpiler.
21 lines
815 B
TOML
21 lines
815 B
TOML
--- pyproject.toml.orig 2026-03-19 16:31:49 UTC
|
|
+++ pyproject.toml
|
|
@@ -3,7 +3,7 @@ authors = [{ name = "Toby Mao", email = "toby.mao@gmai
|
|
dynamic = ["version"]
|
|
description = "mypyc-compiled extensions for sqlglot"
|
|
authors = [{ name = "Toby Mao", email = "toby.mao@gmail.com" }]
|
|
-license = "MIT"
|
|
+license = { text = "MIT" }
|
|
requires-python = ">= 3.9"
|
|
|
|
[project.optional-dependencies]
|
|
@@ -14,7 +14,7 @@ Repository = "https://github.com/tobymao/sqlglot"
|
|
Repository = "https://github.com/tobymao/sqlglot"
|
|
|
|
[build-system]
|
|
-requires = ["setuptools >= 61.0", "setuptools_scm", "sqlglot-mypy>=1.19.1.post1", "types-python-dateutil", "sqlglot"]
|
|
+requires = ["setuptools >= 61.0", "setuptools_scm", "sqlglot-mypy>=1.19.1.post1", "types-python-dateutil"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools]
|