Skip to content
Snippets Groups Projects
Commit 3ed967b4 authored by Zineb Aly's avatar Zineb Aly
Browse files

Merge branch 'master' of git.km3net.de:km3py/km3io

parents 027d5ce1 01f6991a
No related branches found
No related tags found
No related merge requests found
Pipeline #8894 passed
......@@ -22,7 +22,8 @@ from pkg_resources import get_distribution
# -- Project information -----------------------------------------------------
version = get_distribution('km3io').version
project = 'km3io {}'.format(version)
short_version = '.'.join(version.split('.')[:2])
project = 'km3io {}'.format(short_version)
copyright = '{0}, Zineb Aly and Tamas Gal'.format(date.today().year)
author = 'Zineb Aly, Tamas Gal, Johannes Schumann'
......
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