From 45b732bb2e1113b01f1d661492e54dcd3e356402 Mon Sep 17 00:00:00 2001 From: Brian Muller Date: Wed, 13 Mar 2013 15:33:11 -0400 Subject: [PATCH] Fix #43 - clarified license type in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2835cce..9a3bca3 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ description="An implementation of the Active Record pattern for Twisted", author="Brian Muller", author_email="bamuller@gmail.com", - license="GPLv3", + license="MIT", url="http://findingscience.com/twistar", packages=find_packages(), requires=["twisted.enterprise.adbapi"],