blob: ca65a06f54890f92042fddbd6b52ab82ef9e9619 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- pyproject.toml.orig 2025-08-27 21:09:31 UTC
+++ pyproject.toml
@@ -4,8 +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 = "MIT"
-license-files = ["LICENSE"]
+license = { text = "MIT" }
requires-python = ">= 3.9"
classifiers = [
"Development Status :: 5 - Production/Stable",
|