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 87a8bad commit d4ad70cCopy full SHA for d4ad70c
src/trove_classifiers/__init__.py
@@ -817,3 +817,9 @@
817
"Natural Language :: Ukranian": ["Natural Language :: Ukrainian"],
818
"Topic :: Communications :: Chat :: AOL Instant Messenger": [],
819
}
820
+
821
822
+# All classifiers, including deprecated classifiers
823
+all_classifiers: List[str] = sorted(
824
+ sorted_classifiers + list(deprecated_classifiers.keys())
825
+)
0 commit comments