# -*- coding: utf-8 -*-
#
# This file is part of the CSP.LMC prototype project
#
#
# Distributed under the terms of the BSD-3-Clause license.
# See LICENSE.txt for more info.

"""Release information for Python Package"""

name = """tangods-cspmaster"""
version = "0.3.0"
version_info = version.split(".")
description = """SKA CSP.LMC Common Classe"""
author = "E.G"
author_email = "elisabetta.giani@inaf.it"
license = """BSD-3-Clause"""
url = """www.tango-controls.org"""
copyright = """"""

release=0.3.0
tag=csp-lmc-common-0.3.0
