Skip to content

Commit fb2a1ba

Browse files
author
Rebecka Gulliksson
committed
Add missing comma to setup.py.
1 parent 8949c16 commit fb2a1ba

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
@@ -31,7 +31,7 @@
3131
],
3232
zip_safe=False,
3333
classifiers=[
34-
"Programming Language :: Python :: 3 :: Only"
34+
"Programming Language :: Python :: 3 :: Only",
3535
"Programming Language :: Python :: 3.4",
3636
"Programming Language :: Python :: 3.5",
3737
]

0 commit comments

Comments
 (0)