Skip to content

License classifiers have been superseded by license expressions #10292

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

Closed
dahankzter opened this issue Mar 20, 2025 · 4 comments
Closed

License classifiers have been superseded by license expressions #10292

dahankzter opened this issue Mar 20, 2025 · 4 comments
Labels
Duplicate 🐫 Duplicate of an already existing issue
Milestone

Comments

@dahankzter
Copy link

Bug description

The pylint installation as part of pre-commit fails with the provided error. Editing the pre-commit local cash in the way that the error suggests makes it work again.

Configuration

Command used

During installation

Pylint output

setuptools.errors.InvalidConfigError: License classifiers have been superseded by license expressions (see https://peps.python.org/pep-0639/). Please remove:

          License :: OSI Approved :: GNU General Public License v2 (GPLv2)

Expected behavior

I expect it to be installed

Pylint version

pylint 3.3.5

OS / Environment

No response

Additional dependencies

@dahankzter dahankzter added the Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling label Mar 20, 2025
@Pierre-Sassoulas
Copy link
Member

Duplicate of #10290

@Pierre-Sassoulas Pierre-Sassoulas marked this as a duplicate of #10290 Mar 20, 2025
@Pierre-Sassoulas Pierre-Sassoulas added Duplicate 🐫 Duplicate of an already existing issue and removed Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling labels Mar 20, 2025
@Pierre-Sassoulas
Copy link
Member

(Not exactly a duplicate but will be fixed by #10289 anyway )

@dahankzter
Copy link
Author

Are you sure? The test fix was to remove that license declaration:

License :: OSI Approved :: GNU General Public License v2 (GPLv2)

Which is defined in the classifiers.

@dahankzter
Copy link
Author

Nvm I saw the commit now. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate 🐫 Duplicate of an already existing issue
Projects
None yet
Development

No branches or pull requests

2 participants