From 6b3cdb11761c316ae0e2ee150084316e77c19964 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(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 09450fe..7db42e2 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