Remove generic classifier #895
Merged
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.
On CLM scan tools such as Sonartype, indexing of license setup takes into consideration the current status of the license on Pypi.org. Currently, two classifiers are added:
That leads the scan tools to index this package as non compliant as it's using a very generic classifier.
Sonartype response to this package:
This PR makes sure that oauthlib is promptly returning only "License :: OSI Approved :: BSD License" and allow scan tools to make sure this lib is safe in regards to licensing.
Other repos for reference:
https://github.com/ets-labs/python-dependency-injector/blob/6e4794bab18fef3ffbc6a11bee526fe24688286f/pyproject.toml#L30
https://github.com/lepture/authlib/blob/4eafdc21891e78361f478479efe109ff0fb2f661/pyproject.toml#L21
https://github.com/gweis/isodate/blob/17cb25eb7bc3556a68f3f7b241313e9bb8b23760/pyproject.toml#L11