Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
author = 'Syrus Akbary',
author_email = '[email protected]',
description = 'validate_email verifies if an email address is valid and really exists.',
install_requires=[
"pyDNS",
],
long_description=open('README.rst').read(),
keywords = 'email validation verification mx verify',
url = 'http://github.com/syrusakbary/validate_email',
Expand Down