From bb82c133bbb1038a26ce2840f42dbc2f3dd4ff29 Mon Sep 17 00:00:00 2001 From: Low Kian Seong Date: Mon, 23 Mar 2015 13:05:19 +0800 Subject: [PATCH] Update setup.py Typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',