summaryrefslogtreecommitdiff
path: root/databases/py-snowddl/files/patch-pyproject.toml
blob: aa6c05a2c4abc04c04d5bf8fbf384474bff87171 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2025-10-18 07:44:17 UTC
+++ pyproject.toml
@@ -9,7 +9,7 @@ keywords = ["snowflake", "database", "schema", "object
 ]
 description = "Object management automation tool for Snowflake"
 keywords = ["snowflake", "database", "schema", "object", "change", "ddl", "sql", "create", "alter", "drop", "grant", "table", "view"]
-license = "MIT AND (Apache-2.0 OR BSD-2-Clause)"
+license = {text = "MIT AND (Apache-2.0 OR BSD-2-Clause)"}
 classifiers = [
     "Development Status :: 4 - Beta",
     "Operating System :: OS Independent",