Navigation Menu

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate license trove classifiers #460

Merged

Conversation

raimon49
Copy link
Contributor

I discovered the duplicate when I checked the license of this software with the pip show command.

$ pip show -v keyring
Name: keyring
Version: 21.3.1
# snip
Classifiers:
  Development Status :: 5 - Production/Stable
  Intended Audience :: Developers
  License :: OSI Approved :: MIT License
  License :: OSI Approved :: Python Software Foundation License
  License :: OSI Approved :: MIT License
  Programming Language :: Python :: 3
  Programming Language :: Python :: 3 :: Only

It looks like a triple license.

This is a very small problem, in my opinion. Hopefully this will be resolved in the next release version.

@mitya57 mitya57 merged commit 6225054 into jaraco:master Aug 26, 2020
@raimon49 raimon49 deleted the remove-duplicate-license-trove-classifiers branch August 26, 2020 12:22
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

Successfully merging this pull request may close these issues.

None yet

2 participants