mirror of
https://github.com/aljazceru/validate_email.git
synced 2026-01-07 16:24:31 +01:00
Bumped version to 1.3. Changed license on setup.py to match git LICENSE file (LGPL)
This commit is contained in:
4
setup.py
4
setup.py
@@ -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',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user