mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
Missing license in pyproject #271
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anakin87 on GitHub (May 28, 2025).
In #445, the
licensefield was removed from pyproject.toml.For this reason, the 0.4.9 package on PyPI has no license information: see meta of 0.4.8 vs 0.4.9.
Maybe the simplest fix is re-adding the
licensefield, but there could also be other strategies.