Skip to content
Snippets Groups Projects
Select Git revision
  • 3d422ad96a2ef140b19818062c0398802c8e9ca4
  • SAR-150_add_transaction_id_in_all_logs default protected
  • master
  • sar-293_fix_lint_issue
  • sar-259/Testing-skallop-docs
  • sar-255/Publish-package-to-CAR
  • test-package
  • SAR-189-use-single-namespace-for-package-naming
  • revert-52d118c0
  • 0.4.1
  • 0.4.0
  • 0.3.0
  • 0.2.1
  • 0.2.0
  • 0.1.0
15 results

setup.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    release.py 404 B
    # -*- coding: utf-8 -*-
    #
    # This file is part of the SKACapability project
    #
    #
    #
    
    """Release information for Python Package"""
    
    name = """tangods-skacapability"""
    version = "1.0.0"
    version_info = version.split(".")
    description = """A generic capability device for SKA."""
    author = "cam"
    author_email = "cam at ska.ac.za"
    license = """BSD-3-Clause"""
    url = """www.tango-controls.org"""
    copyright = """"""