.update-copyright.conf: Update configuration for update-copyright 0.6.2
[igor.git] / setup.py
index 67eb2540c16f6647388938e3d82d1d9c1f72a2b3..8d0813b42309a72e3481ee64dd4a0bca6fb8629f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ setup(name=package_name,
       maintainer_email='wking@tremily.us',
       url='http://blog.tremily.us/posts/{}/'.format(package_name),
       download_url='http://git.tremily.us/?p={}.git;a=snapshot;h=v{};sf=tgz'.format(package_name, __version__),
-      license='GNU General Public License (GPL)',
+      license='GNU Lesser General Public License v3 or later (LGPLv3+)',
       platforms=['all'],
       description=__doc__,
       long_description=open(os.path.join(_this_dir, 'README'), 'r').read(),
@@ -43,10 +43,13 @@ setup(name=package_name,
         'Intended Audience :: Developers',
         'Intended Audience :: Science/Research',
         'Operating System :: OS Independent',
-        'License :: OSI Approved :: GNU General Public License (GPL)',
+        'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)',
         'Programming Language :: Python',
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3.2',
+        'Programming Language :: Python :: 3.3',
+        'Programming Language :: Python :: 3.4',
+        'Programming Language :: Python :: 3.5',
         'Topic :: Scientific/Engineering',
         'Topic :: Software Development :: Libraries :: Python Modules',
         ],
@@ -58,5 +61,5 @@ setup(name=package_name,
         'bin/igorbinarywave.py',
         'bin/igorpackedexperiment.py',
         ],
-      provides=['igor (%s)' % __version__],
+      provides=['igor ({})'.format(__version__)],
       )