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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@ dependencies = [
'pydantic>=2.9',
]
dynamic = [ 'version' ]
license = "MIT"
[project.urls]
homepage = 'https://ollama.com'