Skip to content

Commit 75c5bf0

Browse files
committed
Update comments (leftover from #6)
1 parent c2a8cc8 commit 75c5bf0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

trove_classifiers/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# A set of classifier names
12
classifiers = {
23
"Development Status :: 1 - Planning",
34
"Development Status :: 2 - Pre-Alpha",
@@ -699,6 +700,8 @@
699700
"Typing :: Typed",
700701
}
701702

703+
# A mapping from the deprecated classifier name to a list of zero or more valid
704+
# classifiers that should replace it
702705
deprecated_classifiers = {
703706
"Natural Language :: Ukranian": ["Natural Language :: Ukrainian"],
704707
"Topic :: Communications :: Chat :: AOL Instant Messenger": [],

0 commit comments

Comments
 (0)