Skip to content
Snippets Groups Projects
Commit 1f84ad40 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix authors

parent e18e9231
No related branches found
No related tags found
No related merge requests found
Pipeline #6909 passed with warnings
......@@ -18,8 +18,8 @@
# -- Project information -----------------------------------------------------
project = 'km3io'
copyright = '2019, Zineb Aly, Tamas Gal, Johannes Schumann'
author = 'Zineb Aly, Tamas Gal, Johannes Schumann'
copyright = '2019, Zineb Aly and Tamas Gal'
author = 'Zineb Aly, Tamas Gal'
# -- General configuration ---------------------------------------------------
......@@ -43,6 +43,10 @@ templates_path = ['_templates']
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# AutoAPI
autoapi_type = 'python'
autoapi_dirs = ['../km3io']
# -- Options for HTML output -------------------------------------------------
......
......@@ -10,6 +10,10 @@
:maxdepth: 2
:caption: Contents:
autoapi/index
autoapi/km3io/aanet/index
autoapi/km3io/jpp/index
Indices and tables
......
......@@ -21,8 +21,8 @@ setup(
url='http://git.km3net.de/km3py/km3io',
description='KM3NeT I/O without ROOT',
long_description=long_description,
author='Zineb Aly, Tamas Gal, Johannes Schumann',
author_email='zaly@km3net.de, jschumann@km3net.de, tgal@km3net.de',
author='Zineb Aly, Tamas Gal',
author_email='zaly@km3net.de, tgal@km3net.de',
packages=['km3io'],
include_package_data=True,
platforms='any',
......@@ -40,4 +40,4 @@ setup(
],
)
__author__ = 'Zineb Aly, Tamas Gal and Johannes Schumann'
__author__ = 'Zineb Aly and Tamas Gal'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment