Merge pull request #34 from kevandunsmore/master

Bumped version to 1.3. Changed license on setup.py to match git LICENSE ...
This commit is contained in:
Syrus Akbary 2015-03-19 23:10:53 -07:00
commit a1b4301c50
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(name='validate_email',
version = '1.2',
version = '1.3',
download_url = 'git@github.com:syrusakbary/validate_email.git',
py_modules = ('validate_email',),
author = 'Syrus Akbary',
@ -10,5 +10,5 @@ setup(name='validate_email',
long_description=open('README.rst').read(),
keywords = 'email validation verification mx verify',
url = 'http://github.com/syrusakbary/validate_email',
license = 'GPL',
license = 'LGPL',
)