Skip to content
Snippets Groups Projects
Commit e82d882e authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-287: Try to have version discoverability for packaging

parent 6c262e5b
Branches
Tags
1 merge request!146L2SS-287: implement python packaging
from util.lofar_git import get_version from util.lofar_git import get_version
__version__ = get_version() __version__ = get_version()
import pbr.version
version_info = pbr.version.VersionInfo('TangoStationControl')
version_string = version_info.version_string()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment