Skip to content

Remove nonstandard ISCL short id from ISC license #35

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/trove_classifiers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)",
"License :: OSI Approved :: IBM Public License",
"License :: OSI Approved :: ISC License (ISCL)",
"License :: OSI Approved :: ISC License",
"License :: OSI Approved :: Intel Open Source License",
"License :: OSI Approved :: Jabber Open Source License",
"License :: OSI Approved :: MIT License",
Expand Down Expand Up @@ -745,6 +745,7 @@
# A mapping from the deprecated classifier name to a list of zero or more valid
# classifiers that should replace it
deprecated_classifiers = {
"License :: OSI Approved :: ISC License (ISCL)": ["License :: OSI Approved :: ISC License"],
"Natural Language :: Ukranian": ["Natural Language :: Ukrainian"],
"Topic :: Communications :: Chat :: AOL Instant Messenger": [],
}