pyproject.toml: add license metadata to package (#526)

This commit is contained in:
Ian
2025-07-22 11:44:11 -07:00
committed by GitHub
parent b23d79d8b5
commit d7978cb234
+1
View File
@@ -11,6 +11,7 @@ dependencies = [
'pydantic>=2.9', 'pydantic>=2.9',
] ]
dynamic = [ 'version' ] dynamic = [ 'version' ]
license = "MIT"
[project.urls] [project.urls]
homepage = 'https://ollama.com' homepage = 'https://ollama.com'