Skip to content

Commit 9c874e4

Browse files
authored
Add missing comma (#76)
1 parent ad34ab4 commit 9c874e4

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
@@ -82,7 +82,7 @@ def finalize_options(self):
8282
'Programming Language :: Python :: 3.6',
8383
'Programming Language :: Python :: 3.7',
8484
'Programming Language :: Python :: 3.8',
85-
'Programming Language :: Python :: 3.9'
85+
'Programming Language :: Python :: 3.9',
8686
'Development Status :: 4 - Beta',
8787
'Intended Audience :: Developers',
8888
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)