mirror of
https://github.com/aljazceru/validate_email.git
synced 2025-12-18 14:44:22 +01:00
2
setup.py
2
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',
|
||||
|
||||
Reference in New Issue
Block a user