Skip to content

Commit 420a564

Browse files
committed
Added missing comma in setup.py
1 parent 46d5b3a commit 420a564

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
@@ -26,7 +26,7 @@
2626
'Development Status :: 5 - Production/Stable',
2727
'Environment :: Console',
2828
'Intended Audience :: Developers',
29-
'License :: OSI Approved :: BSD License'
29+
'License :: OSI Approved :: BSD License',
3030
'Operating System :: MacOS :: MacOS X',
3131
'Operating System :: POSIX :: Linux',
3232
'Programming Language :: Python',

0 commit comments

Comments
 (0)