view getan/__init__.py @ 508:708e1ff71b52

README: mention that python3-setuptools is needed
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 01 Nov 2018 11:05:33 +0100
parents fea767901dbc
children 9dc72bf6d6d2
line wrap: on
line source
# -*- coding: utf-8 -*-
#
# (c) 2013, 2014 by Björn Ricks <bjoern.ricks@intevation.de>
# (c) 2017, 2018 by Intevation GmbH
#
# This is Free Software licensed under the terms of GPLv3 or later.
# For details see LICENSE coming with the source of 'getan'.

__version_info__ = ("3", "1" "dev1")
__version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)