Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
release.py 434 B
# -*- coding: utf-8 -*-
#
# This file is part of the Foo project
#
#
#
# Distributed under the terms of the APACHE license.
# See LICENSE.txt for more info.

"""Release information for Python Package"""

name = """tangods-foo"""
version = "1.0.0"
version_info = version.split(".")
description = """"""
author = "jurges"
author_email = "jurges at astron.nl"
license = """APACHE"""
url = """www.tango-controls.org"""
copyright = """"""