mirror of
https://github.com/aljazceru/validate_email.git
synced 2025-12-19 07:04:24 +01:00
First version
This commit is contained in:
14
setup.py
Normal file
14
setup.py
Normal file
@@ -0,0 +1,14 @@
|
||||
from setuptools import setup,find_packages
|
||||
|
||||
setup(name='validate_email',
|
||||
version = '1.0',
|
||||
download_url = 'git@github.com:syrusakbary/validate_email.git',
|
||||
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.',
|
||||
long_description=open('README.rst').read(),
|
||||
keywords = 'email validation verification mx verify',
|
||||
url = 'http://github.com/syrusakbary/validate_email',
|
||||
license = 'LGPL',
|
||||
)
|
||||
Reference in New Issue
Block a user