Skip to content

Commit 8874549

Browse files
authored
Fix setup.py error. (#34)
* Add a missing comma in setup.py, which leads to errors when uploading to PyPi (Invalid Classifiers).
1 parent d974187 commit 8874549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
url="https://github.com/snowblink14/smatch",
2222
license="MIT",
2323
classifiers=[
24-
'Development Status :: 5 - Production/Stable'
24+
'Development Status :: 5 - Production/Stable',
2525
'Environment :: Console',
2626
'Intended Audience :: Developers',
2727
'Intended Audience :: Information Technology',

0 commit comments

Comments
 (0)