Skip to content

Commit 679a01b

Browse files
authored
Remove nonstandard ISCL short id from ISC license
The canonical short identifier for the ISC License is simply ISC; see https://spdx.org/licenses/ISC.html. This change aligns the ISC License classifier to match similar ones such as MIT License, BSD License, etc.
1 parent 8cd8d02 commit 679a01b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

trove_classifiers/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
217217
"License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)",
218218
"License :: OSI Approved :: IBM Public License",
219-
"License :: OSI Approved :: ISC License (ISCL)",
219+
"License :: OSI Approved :: ISC License",
220220
"License :: OSI Approved :: Intel Open Source License",
221221
"License :: OSI Approved :: Jabber Open Source License",
222222
"License :: OSI Approved :: MIT License",
@@ -731,6 +731,7 @@
731731
# A mapping from the deprecated classifier name to a list of zero or more valid
732732
# classifiers that should replace it
733733
deprecated_classifiers = {
734+
"License :: OSI Approved :: ISC License (ISCL)": ["License :: OSI Approved :: ISC License"]
734735
"Natural Language :: Ukranian": ["Natural Language :: Ukrainian"],
735736
"Topic :: Communications :: Chat :: AOL Instant Messenger": [],
736737
}

0 commit comments

Comments
 (0)