diff --git a/setup.py b/setup.py index 029b2b9..1763653 100644 --- a/setup.py +++ b/setup.py @@ -136,7 +136,7 @@ setup(name='jnius', url='http://pyjnius.readthedocs.org/', author='Mathieu Virbel and Gabriel Pettier', author_email='mat@kivy.org,gabriel@kivy.org', - license='LGPL', + license='MIT', description='Python library to access Java classes', install_requires=install_requires, ext_package='jnius', @@ -153,9 +153,12 @@ setup(name='jnius', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Natural Language :: English', - 'Operating System :: MacOS :: MacOS X', + 'Operating System :: MacOS :: OS X', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Software Development :: Libraries :: Application Frameworks'])