aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Levine <occurrence@thomaslevine.com>2013-06-28 10:26:55 -0700
committerW. Trevor King <wking@tremily.us>2013-08-02 11:03:58 -0700
commitd03810b957319a14772f2dd6b151c000de161057 (patch)
tree9e1e7b15f95c207c065abfa5274c72194912e6e9
parentdcbdaba0806b27fbe8f6a3e9b5ca7d18919be866 (diff)
downloadbugseverywhere-d03810b957319a14772f2dd6b151c000de161057.tar.gz
add a comma to the classifiers
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 31d6551..c3496f7 100755
--- 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',