update authors in sphinx config, package description

This commit is contained in:
dessant 2017-03-23 20:17:17 +02:00
parent b214ff1f8b
commit 845c919b21
2 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Pyjnius' 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 # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |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]). # (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [ latex_documents = [
('index', 'Pyjnius.tex', u'Pyjnius Documentation', ('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 # 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). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'pyjnius', u'Pyjnius Documentation', ('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. # If true, show URL addresses after external links.
@ -228,7 +228,7 @@ man_pages = [
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'Pyjnius', u'Pyjnius Documentation', ('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'), 'Miscellaneous'),
] ]

View File

@ -178,7 +178,7 @@ setup(
author='Kivy Team and other contributors', author='Kivy Team and other contributors',
author_email='kivy-dev@googlegroups.com', author_email='kivy-dev@googlegroups.com',
license='MIT', license='MIT',
description='Python library to access Java classes', description='Dynamic access to Java classes from Python',
install_requires=install_requires, install_requires=install_requires,
ext_package='jnius', ext_package='jnius',
ext_modules=[ ext_modules=[