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

NAME = 'hos_legacymounts'
VERSION = '0.2.0'
DESCRIPTION = 'A cli tool for handling legacy mounts'
AUTHOR = 'Andrei Gherzan'
AUTHOR_EMAIL = 'agherzan@hanvoverdisplays.com'
LICENSE = 'HANOVER'
URL = 'https://www.hanoverdisplays.com/'
