Skip to content

Commit 2616751

Browse files
authored
Add missing comma in __init__.py
1 parent 679a01b commit 2616751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trove_classifiers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@
731731
# A mapping from the deprecated classifier name to a list of zero or more valid
732732
# classifiers that should replace it
733733
deprecated_classifiers = {
734-
"License :: OSI Approved :: ISC License (ISCL)": ["License :: OSI Approved :: ISC License"]
734+
"License :: OSI Approved :: ISC License (ISCL)": ["License :: OSI Approved :: ISC License"],
735735
"Natural Language :: Ukranian": ["Natural Language :: Ukrainian"],
736736
"Topic :: Communications :: Chat :: AOL Instant Messenger": [],
737737
}

0 commit comments

Comments
 (0)