mirror of https://github.com/kivy/pyjnius.git
list python 3 in classifiers and update the license
This commit is contained in:
parent
e7efadcb75
commit
9e16d75cb0
7
setup.py
7
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'])
|
||||
|
|
Loading…
Reference in New Issue