diff options
Diffstat (limited to 'misc/py-llm/files/patch-pyproject.toml')
-rw-r--r-- | misc/py-llm/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/py-llm/files/patch-pyproject.toml b/misc/py-llm/files/patch-pyproject.toml new file mode 100644 index 000000000000..7f3206e16706 --- /dev/null +++ b/misc/py-llm/files/patch-pyproject.toml @@ -0,0 +1,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", |