view getan/__init__.py @ 547:23107de98a4f 3.4

Adds long_description_content_type to setup.py * To be able to upload something to pypi, the parameter long_description_content_type must be specified.
author Magnus Schieder <magnus.schieder@intevation.de>
date Fri, 31 Jan 2020 16:49:51 +0100
parents 3ef4825fe65d
children 28b1c18c900f
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", "4")
__version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)