diff --git a/setup.py b/setup.py index 42314fd..d445a9e 100644 --- a/setup.py +++ b/setup.py @@ -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',