From d03810b957319a14772f2dd6b151c000de161057 Mon Sep 17 00:00:00 2001 From: Thomas Levine Date: Fri, 28 Jun 2013 10:26:55 -0700 Subject: add a comma to the classifiers --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit