Skip to content

Commit 60c9313

Browse files
author
Dorian Birraux
committed
missing comma in setup
1 parent 497da44 commit 60c9313

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
CLASSIFIERS = [
2323
"License :: OSI Approved :: MIT License",
2424
"Programming Language :: Python",
25-
"Programming Language :: Python :: 3"
25+
"Programming Language :: Python :: 3",
2626
"Programming Language :: Python :: 3.5",
2727
"Programming Language :: Python :: 3.6",
2828
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)