From 46746dc23727c607c37622a80c0e7f7219a796d4 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Tue, 30 Jul 2013 22:34:36 +0200 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1e1ead0..a9e7c00 100644 --- a/setup.py +++ b/setup.py @@ -10,5 +10,5 @@ setup(name='validate_email', long_description=open('README.rst').read(), keywords = 'email validation verification mx verify', url = 'http://github.com/syrusakbary/validate_email', - license = 'LGPL', - ) \ No newline at end of file + license = 'GPL', + )