Commit 1b7bb0e3 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

AT5-370: Created repository structure.

First release of the sub-element master device.
parent 522dfa3f
Loading
Loading
Loading
Loading
Loading

cspse/__init__.py

0 → 100644
+0 −0

Empty file added.

cspse/lmc/__init__.py

0 → 100644
+0 −0

Empty file added.

cspse/lmc/release.py

0 → 100755
+20 −0
Original line number Diff line number Diff line
# -*- coding: utf-8 -*-
#
# This file is part of the CentralNode project
#
#
#
# Distributed under the terms of the BSD-3-Clause license.
# See LICENSE.txt for more info.

"""Release information for Python Package"""

name = """csp-lmc-subelement"""
version = "0.1.0"
version_info = version.split(".")
description = """SKA CSP Sub-element LMC"""
author = "INAF-OAA"
author_email = "elisabetta.giani@inaf.it"
license = """BSD-3-Clause"""
url = """https://gitlab.com/ska-telescope/csp-lmc.git"""
copyright = """INAF, SKA Telescope"""
+647 −0

File added.

Preview size limit exceeded, changes collapsed.

+433 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading