add a comma to the classifiers
authorThomas Levine <occurrence@thomaslevine.com>
Fri, 28 Jun 2013 17:26:55 +0000 (10:26 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 2 Aug 2013 18:03:58 +0000 (11:03 -0700)
setup.py

index 31d65517fdb84101a00eb5bd1eeec06ba141a513..c3496f7dd0d31399d991443032a2d703fc93f099 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ setup(
         'License :: OSI Approved :: GNU General Public License (GPL)',
         'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
         'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
-        'License :: OSI Approved :: GNU General Public License v3 (GPLv3)'
+        'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
         'Operating System :: OS Independent',
         'Programming Language :: Python',
         'Programming Language :: Python :: 2.7',