Skip to content
Snippets Groups Projects
Select Git revision
  • 01be27bd23e5ee3a505cb60164fa874fe0efbbc7
  • master default protected
  • publish_python_package
  • AT5-374
  • AT5-373
  • AT5-370
  • ST-174
  • ST-85
  • ST94_Update_Pipfile
  • ST72_integrate_versioning_in_ci
  • test-code-climate
  • ST3_containerise_Python_device
  • ST59_Python_TANGO_device_to_be_demonstrated_as_part_of_PI_demo
13 results

.release

Blame
  • .release 540 B
    # -*- 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 = """csplmc-subelement"""
    version = "0.1.0"
    version_info = version.split(".")
    description = """SKA CSP.LMC Subelement Classes"""
    author = "E.G"
    author_email = "elisabetta.giani@inaf.it"
    license = """BSD-3-Clause"""
    url = """www.tango-controls.org"""
    copyright = """"""
    
    release=0.1.0
    tag=csp-lmc-subelement-0.1.0