blob: 6c959ef542d4f9be9f0f9123192f5aaa14811a8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- pyproject.toml.orig 2025-04-09 08:26:41 UTC
+++ pyproject.toml
@@ -9,7 +9,7 @@ requires-python = ">=3.9"
description = "Simple SQL in Python"
readme = "README.rst"
requires-python = ">=3.9"
-license = "BSD-2-Clause"
+license = {file="LICENSE"}
classifiers = [
"Programming Language :: Python",
"Programming Language :: SQL",
|