Skip to content

Commit

Permalink
add missing comma to classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
mayn committed Oct 13, 2017
1 parent d7f26dc commit d8782f8
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 @@ -31,7 +31,7 @@
"future",
],
classifiers=[
'License :: OSI Approved :: Apache Software License'
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
Expand Down

0 comments on commit d8782f8

Please sign in to comment.