Skip to content

Commit aabc1fc

Browse files
authored
Merge pull request #191 from scikit-learn-contrib/fix-pypi-main-page
Remove comma after last CLASSIFIERS in setup.py
2 parents 51f4d2f + 63ab1da commit aabc1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"Programming Language :: Python :: 3.7",
6262
"Programming Language :: Python :: 3.8",
6363
"Programming Language :: Python :: 3.9",
64-
"Programming Language :: Python :: 3.10",
64+
"Programming Language :: Python :: 3.10"
6565
]
6666

6767
setup(

0 commit comments

Comments
 (0)