Select Git revision
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 = """"""