__info__.py 314 Bytes
Newer Older
Dan Pascu's avatar
Dan Pascu committed
1 2 3 4 5 6 7

"""Package information"""

__project__ = "blink"
__summary__ = "Blink Qt"
__webpage__ = "http://icanblink.com/"

8
__version__ = "2.0.0"
Dan Pascu's avatar
Dan Pascu committed
9

Dan Pascu's avatar
Dan Pascu committed
10
__date__ = "March 9th 2016"
Dan Pascu's avatar
Dan Pascu committed
11 12 13 14 15 16

__author__ = "AG Projects"
__email__ = "support@ag-projects.com"

__license__ = "GPLv3"
__copyright__ = "Copyright 2010-2016 {}".format(__author__)