From 66b5aee37ce2be2fa851ad0c835f68c4c71cf959 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 8 Jan 2006 04:16:19 +0000 Subject: [PATCH] mit license --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ] -- 2.47.2