From 935ee4d14e80899fa45bb3d9296e123f642cc413 Mon Sep 17 00:00:00 2001 From: Nathan Fritz Date: Fri, 26 Mar 2010 14:32:16 -0700 Subject: changed license to MIT --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 163cb8c6..280ec3c0 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ SleekXMPP is an elegant Python library for XMPP (aka Jabber, Google Talk, etc). """ CLASSIFIERS = [ 'Intended Audience :: Developers', - 'License :: OSI Approved :: GPL v2.0', + 'License :: OSI Approved :: MIT', 'Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules', ] @@ -57,7 +57,7 @@ setup( author = 'Nathanael Fritz', author_email = 'fritzy [at] netflint.net', url = 'http://code.google.com/p/sleekxmpp', - license = 'GPLv2', + license = 'MIT', platforms = [ 'any' ], packages = packages, requires = [ 'tlslite', 'pythondns' ], -- cgit v1.2.3