From 1749a4875a4d4c5b19f8b910492b2008ce445030 Mon Sep 17 00:00:00 2001 From: Isaac Sijaranamual Date: Mon, 10 Mar 2014 14:37:49 +0100 Subject: [PATCH] Bugfix, sets license in the package classifiers to GPLv2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 23a2f87..b0cfeea 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ 'Development Status :: 4 - Beta', 'Environment :: Web Environment', 'Intended Audience :: Developers', - 'License :: OSI Approved :: BSD License', + 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)', 'Operating System :: OS Independent', 'Programming Language :: Python', ],