Skip to content
Snippets Groups Projects
Select Git revision
  • 4131a93d966f5d9da7c141d1285e87952a8d9700
  • main default protected
  • Kelvinrr-patch-3
  • radius_update
  • revert-616-apollo_pan
  • vims
  • 0.10
  • Kelvinrr-patch-2
  • revert-563-minirf_fix
  • Kelvinrr-patch-1
  • 0.9
  • acpaquette-patch-3
  • acpaquette-patch-2
  • acpaquette-patch-1
  • spiceql
  • ci-coverage
  • 0.10.0
  • 0.9.1
  • 0.9.0
  • 0.8.7
  • 0.8.8
  • 0.8.6
  • 0.8.3
  • 0.8.4
  • 0.8.5
  • 0.8.2
  • 0.8.1
  • 0.8.0
  • 0.7.3
  • 0.7.2
  • 0.7.1
  • 0.7.0
  • 0.6.5
  • 0.6.4
  • 0.6.3
  • 0.6.2
36 results

IsdTests.cpp

Blame
  • release.py 540 B
    # -*- coding: utf-8 -*-
    #
    # This file is part of the CspSubElementMaster 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"""