Skip to content

Commit d4ad70c

Browse files
authored
Add all_classifiers (#113)
1 parent 87a8bad commit d4ad70c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/trove_classifiers/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,3 +817,9 @@
817817
"Natural Language :: Ukranian": ["Natural Language :: Ukrainian"],
818818
"Topic :: Communications :: Chat :: AOL Instant Messenger": [],
819819
}
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

Comments
 (0)