mirror of https://github.com/kivy/pyjnius.git
update author and classifiers
This commit is contained in:
parent
48a476315a
commit
4c0d0df7f7
8
setup.py
8
setup.py
|
@ -161,9 +161,9 @@ setup(name='jnius',
|
|||
cmdclass={'build_ext': build_ext},
|
||||
packages=['jnius'],
|
||||
py_modules=['jnius_config'],
|
||||
url='http://pyjnius.readthedocs.org/',
|
||||
author='Mathieu Virbel and Gabriel Pettier',
|
||||
author_email='mat@kivy.org,gabriel@kivy.org',
|
||||
url='https://pyjnius.readthedocs.io',
|
||||
author='Kivy Team and other contributors',
|
||||
author_email='kivy-dev@googlegroups.com',
|
||||
license='MIT',
|
||||
description='Python library to access Java classes',
|
||||
install_requires=install_requires,
|
||||
|
@ -184,9 +184,9 @@ setup(name='jnius',
|
|||
'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',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Topic :: Software Development :: Libraries :: Application Frameworks'])
|
||||
|
|
Loading…
Reference in New Issue