#!/usr/bin/env python3
"""Meta module for defining various package specific variables."""

name = 'hos_delta'
version = '0.1.1'
description = 'CLI tool for handling system update deltas'
author = 'Andrei Gherzan'
author_email = 'agherzan@hanvoverdisplays.com'
license = 'HANOVER'
url = 'https://www.hanoverdisplays.com/'
