Source code for km3astro

from pkg_resources import get_distribution, DistributionNotFound

try:
[docs] version = get_distribution(__name__).version
except DistributionNotFound: version = "unknown version"