Commit aa1dbb57 by Ludovic Gasc

Define the correct license: LGPLv3+

parent a3f03444
...@@ -34,7 +34,8 @@ setup(name='pygeoip', ...@@ -34,7 +34,8 @@ setup(name='pygeoip',
author='Jennifer Ennis', author='Jennifer Ennis',
author_email='zaylea@gmail.com', author_email='zaylea@gmail.com',
url='http://code.google.com/p/pygeoip/', url='http://code.google.com/p/pygeoip/',
classifiers=['Programming Language :: Python', classifiers=['License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)',
'Programming Language :: Python',
'Programming Language :: Python :: 2.5', 'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
...@@ -43,5 +44,5 @@ setup(name='pygeoip', ...@@ -43,5 +44,5 @@ setup(name='pygeoip',
'Programming Language :: Python :: 3.2'], 'Programming Language :: Python :: 3.2'],
packages=['pygeoip'], packages=['pygeoip'],
install_requires=['six'], install_requires=['six'],
license='LGPL', license='LGPLv3+',
keywords='geoip') keywords='geoip')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment