Skip to content

Commit 211c554

Browse files
authored
Fix setup.py
1 parent a1b1e1d commit 211c554

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
install_requires=requirements,
3535
python_requires=">=3.5",
3636
classifiers=[
37-
"Programming Language :: Python"
38-
"Programming Language :: Python :: 3.5"
39-
"Programming Language :: Python :: 3.6"
40-
"Programming Language :: Python :: 3.7"
41-
"Programming Language :: Python :: 3.8"
37+
"Programming Language :: Python",
38+
"Programming Language :: Python :: 3.5",
39+
"Programming Language :: Python :: 3.6",
40+
"Programming Language :: Python :: 3.7",
41+
"Programming Language :: Python :: 3.8",
4242
],
4343
)

0 commit comments

Comments
 (0)