summaryrefslogtreecommitdiff
path: root/databases/py-sqlglot/files/patch-pyproject.toml
blob: f70406accde91178f3c2b0b8be1f6fb2bd8a9d9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2025-08-01 16:02:21 UTC
+++ pyproject.toml
@@ -4,7 +4,7 @@ authors = [{ name = "Toby Mao", email = "toby.mao@gmai
 description = "An easily customizable SQL parser and transpiler"
 readme = "README.md"
 authors = [{ name = "Toby Mao", email = "toby.mao@gmail.com" }]
-license-files = ["LICENSE"]
+license = { file = "LICENSE" }
 requires-python = ">= 3.9"
 classifiers = [
     "Development Status :: 5 - Production/Stable",