From: Thomas Levine Date: Fri, 28 Jun 2013 17:26:55 +0000 (-0700) Subject: add a comma to the classifiers X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d03810b957319a14772f2dd6b151c000de161057;p=be.git add a comma to the classifiers --- 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',