New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add BSD license trove classifier #23451
Conversation
I don't know if it's possible / useful / needed to be more specific and mention the specific BSD variant in the trove, but this is already a net improvement as such.
I think we could remove the line 257 with:
"License :: OSI Approved",
or alternatively group the two lines together.
Otherwise LGTM.
In my last commit I used only a single-line for the licence info as advised by @ogrisel |
The doc failure in my commit does not make sense to you, does it for you @thomasjpfan? Is it a known limitation of From the build log it seems like some changes from main are in the branch (e.g. it is using Maybe not worth investigating since pulling main fixes it but weird nonetheless ... |
Yes, I should have done that to begin with. I overlooked that a less specific classifier existed. Thank you for fixing that. |
I check
Merging, thanks! |
circleci usually fails when we change something about it.
That is my guess as well. |
Add the BSD license trove classifier. This helps license report generators such as
pip-licenses
generate standard license reports.This also matches
scikit-image
: