Commit f8496e42 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

CT-147: first step to move csp-lmc-mid project to k8s

parent dbd03291
Loading
Loading
Loading
Loading
Loading

csp-lmc-mid/docker/.release

deleted100644 → 0
+0 −22
Original line number Diff line number Diff line
# -*- 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 = """MID CSP.LMC"""
version = "0.6.9"
version_info = version.split(".")
description = """SKA MID CSP.LMC Classes"""
author = "E.G"
author_email = "elisabetta.giani@inaf.it"
license = """BSD-3-Clause"""
url = """www.tango-controls.org"""
copyright = """"""

release=0.6.9
tag=mid-csp-lmc-0.6.9
Loading