Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds license to PyPI project classifiers
The reason that it is very important for this information to be present is that in an enterprise environment, security tools like Sonatype Nexus IQ are used to manage open source software risk. Nexus IQ specifically can be configured to classify packages according to their license. This prevents developers from inadvertently using licenses like GNU General Public License v2.0 without realizing that they may be legally obligated to make their entire project open source.
My understanding is that Nexus IQ uses the classifiers panel to determine a project's license.
Because Cohere does not currently have a classifiers panel, Nexus cannot determine the license and treats it as a high-risk package.
I also slightly modified the project.urls
I don't know why it doesn't currently display on PyPI, possibly the quotation marks, possibly it should be
source
instead ofRepository
The Poetry Docs suggest that repository is valid, but I don't see the link on PyPI. MaybeRepository
should be lower case:repository
I used NumPy as a model:
https://github.com/numpy/numpy/blob/main/pyproject.toml#L53-L59