From 845c919b21611fc277dc81c864237a697310432e Mon Sep 17 00:00:00 2001 From: dessant Date: Thu, 23 Mar 2017 20:17:17 +0200 Subject: [PATCH] update authors in sphinx config, package description --- docs/source/conf.py | 8 ++++---- setup.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e959bed..e677ea4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'Pyjnius' -copyright = u'2012, Mathieu Virbel, Gabriel Pettier' +copyright = u'2017, Kivy Team and other contributors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -184,7 +184,7 @@ latex_elements = { # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'Pyjnius.tex', u'Pyjnius Documentation', - u'Mathieu Virbel, Gabriel Pettier', 'manual'), + u'Kivy Team and other contributors', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -214,7 +214,7 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'pyjnius', u'Pyjnius Documentation', - [u'Mathieu Virbel, Gabriel Pettier'], 1) + [u'Kivy Team and other contributors'], 1) ] # If true, show URL addresses after external links. @@ -228,7 +228,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'Pyjnius', u'Pyjnius Documentation', - u'Mathieu Virbel, Gabriel Pettier', 'Pyjnius', 'One line description of project.', + u'Kivy Team and other contributors', 'Pyjnius', 'Dynamic access to Java classes from Python', 'Miscellaneous'), ] diff --git a/setup.py b/setup.py index a2490ac..d3bdeb1 100644 --- a/setup.py +++ b/setup.py @@ -178,7 +178,7 @@ setup( author='Kivy Team and other contributors', author_email='kivy-dev@googlegroups.com', license='MIT', - description='Python library to access Java classes', + description='Dynamic access to Java classes from Python', install_requires=install_requires, ext_package='jnius', ext_modules=[