Skip to content

Commit

Permalink
Fix setup.py error. (#34)
Browse files Browse the repository at this point in the history
* Add a missing comma in setup.py, which leads to errors when uploading to
PyPi (Invalid Classifiers).
  • Loading branch information
snowblink14 authored May 30, 2020
1 parent d974187 commit 8874549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
url="https://github.com/snowblink14/smatch",
license="MIT",
classifiers=[
'Development Status :: 5 - Production/Stable'
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
Expand Down

0 comments on commit 8874549

Please sign in to comment.