-
Notifications
You must be signed in to change notification settings - Fork 194
[Bug]: license error in pypi metadata #620
Copy link
Copy link
Open
Description
What happened?
On pypi.org the license for fastembed is listed as Other/Proprietary License (Apache License) when it should be Apache-2.0.
This could be because the license field in the pyproject.toml file expects a valid SPDX identifier, which in this case would be Apache-2.0, as opposed to Apache License.
Thank you
What is the expected behaviour?
No response
A minimal reproducible example
No response
What Python version are you on? e.g. python --version
n/a
FastEmbed version
all versions on pypi
What os are you seeing the problem on?
No response
Relevant stack traces and/or logs
n/aReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels