Feature/display version (#2)

* --version and version displays the version
This commit is contained in:
Dave Gallant
2018-03-14 00:58:39 -04:00
committed by GitHub
parent 1ba2aa54fd
commit 803fa0affa
8 changed files with 49 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
__title__ = 'RFD CLI'
__author__ = 'Dave Gallant'
__license__ = 'Apache 2.0'
__copyright__ = '(c) 2018 Dave Gallant'