Bumped version to 1.3. Changed license on setup.py to match git LICENSE file (LGPL)

This commit is contained in:
Kevan Dunsmore
2015-03-19 16:55:02 -07:00
parent 2ee218c5d3
commit 1c4825580a

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',
)