From 3053d87ace02d964189099efca9df90e5a69406e Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 1 Jul 2008 15:32:01 -0400 Subject: correct license classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 49c9d97..0f6e5ed 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( classifiers = [ 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers', - 'License :: OSI Approved :: GNU General Public License (GPL)', + 'License :: OSI Approved :: Apache Software License', 'Natural Language :: English', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python', -- cgit