summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 933790696..a4ae2d329 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ setup(name = "SQLAlchemy",
url = "http://www.sqlalchemy.org",
packages = find_packages('lib'),
package_dir = {'':'lib'},
- license = "GNU Lesser General Public License",
+ license = "MIT License",
long_description = """A Python SQL toolkit and object relational mapper for application developers.""",
classifiers = [
"Development Status :: 3 - Alpha",