Update setup.py

This commit is contained in:
Syrus Akbary
2013-07-30 22:34:36 +02:00
parent 094dec15b0
commit 46746dc237

View File

@@ -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',
)
license = 'GPL',
)