Missing license in pyproject #271

Closed
opened 2026-02-15 16:29:26 -05:00 by yindo · 0 comments
Owner

Originally created by @anakin87 on GitHub (May 28, 2025).

In #445, the license field 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 license field, but there could also be other strategies.

Originally created by @anakin87 on GitHub (May 28, 2025). In #445, the `license` field 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](https://pypi.org/project/ollama/0.4.8/) vs [0.4.9](https://pypi.org/project/ollama/0.4.9/). Maybe the simplest fix is re-adding the `license` field, but there could also be [other strategies](https://packaging.python.org/en/latest/guides/licensing-examples-and-user-scenarios/).
yindo closed this issue 2026-02-15 16:29:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#271