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', + )