We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a8cc8 commit 75c5bf0Copy full SHA for 75c5bf0
trove_classifiers/__init__.py
@@ -1,3 +1,4 @@
1
+# A set of classifier names
2
classifiers = {
3
"Development Status :: 1 - Planning",
4
"Development Status :: 2 - Pre-Alpha",
@@ -699,6 +700,8 @@
699
700
"Typing :: Typed",
701
}
702
703
+# A mapping from the deprecated classifier name to a list of zero or more valid
704
+# classifiers that should replace it
705
deprecated_classifiers = {
706
"Natural Language :: Ukranian": ["Natural Language :: Ukrainian"],
707
"Topic :: Communications :: Chat :: AOL Instant Messenger": [],
0 commit comments