summaryrefslogtreecommitdiff
path: root/misc/py-llm/files/patch-pyproject.toml
blob: 7f3206e167061fa0d3460507f9b90dcd4ac6c148 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2025-06-10 21:49:38 UTC
+++ pyproject.toml
@@ -6,7 +6,7 @@ authors = [
 authors = [
     { name = "Simon Willison" },
 ]
-license = "Apache-2.0"
+license = { text = "Apache-2.0" }
 requires-python = ">=3.9"
 classifiers = [
     "Development Status :: 4 - Beta",