Skip to content
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": [],
}