Skip to content

Commit a2925a3

Browse files
committed
Add missing comma
1 parent a56c3f8 commit a2925a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
'Topic :: Software Development :: Libraries :: Python Modules',
3535
'License :: OSI Approved :: Apache Software License',
3636
'Programming Language :: Python :: 3.4',
37-
'Programming Language :: Python :: 3.5'
38-
'Programming Language :: Python :: 3.6'
39-
'Programming Language :: Python :: 3.7'
37+
'Programming Language :: Python :: 3.5',
38+
'Programming Language :: Python :: 3.6',
39+
'Programming Language :: Python :: 3.7',
4040
'Programming Language :: Python :: 3.8'
4141
],
4242
license="Apache License 2.0",

0 commit comments

Comments
 (0)