update author and classifiers

This commit is contained in:
dessant 2017-03-23 19:38:55 +02:00
parent 48a476315a
commit 4c0d0df7f7
1 changed files with 6 additions and 6 deletions

View File

@ -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'])