From: Mike Bayer Date: Sun, 8 Jan 2006 04:16:19 +0000 (+0000) Subject: mit license X-Git-Tag: rel_0_1_0~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66b5aee37ce2be2fa851ad0c835f68c4c71cf959;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git mit license --- diff --git a/setup.py b/setup.py index a4ae2d3298..0717355b0c 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup(name = "SQLAlchemy", classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", - "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", + "License :: OSI Approved :: MIT/X Consortium License", "Programming Language :: Python", "Topic :: Database :: Front-Ends", ]