Update setup.py

Typo
This commit is contained in:
Low Kian Seong
2015-03-23 13:05:19 +08:00
parent a1b4301c50
commit bb82c133bb

View File

@@ -6,7 +6,7 @@ setup(name='validate_email',
py_modules = ('validate_email',),
author = 'Syrus Akbary',
author_email = 'me@syrusakbary.com',
description = 'Validate_email verify if an email address is valid and really exists.',
description = 'validate_email verifies if an email address is valid and really exists.',
long_description=open('README.rst').read(),
keywords = 'email validation verification mx verify',
url = 'http://github.com/syrusakbary/validate_email',