Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add license classifier to PyPI/setup.py #204

Open
WilliamRoyNelson opened this issue Mar 29, 2023 · 1 comment
Open

Add license classifier to PyPI/setup.py #204

WilliamRoyNelson opened this issue Mar 29, 2023 · 1 comment

Comments

@WilliamRoyNelson
Copy link

馃挕 Feature request

PyPI includes classifier tags for things like Operating System, Python version, etc. This package seems to be using the MIT license, but it's not included in the classifiers. Please add the classifier.
image

Motivation

Automated tools that scan for open vulnerabilities and license issues rely on the classifier tag in order to identify packages that are risky or could create legal liability from licensing. Because the classifier is not present, this leads some tools to assume that there is no license and mark it as a high risk package.

Additional context

I am fairly inexperienced with the PyPI publication process, but I think that it can be done by modifying setup.py and adding
"License :: OSI Approved :: MIT License", to the list of classifiers. Reference: https://pypi.org/classifiers/

@WilliamRoyNelson
Copy link
Author

WilliamRoyNelson commented Mar 29, 2023

I've made a PR to fix this.
As mentioned in the issue description, I'm a little unsure of how it works, but it's not exactly the sort of thing you can write a unit test for.

#206

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant