summaryrefslogtreecommitdiff
path: root/alot/__init__.py
blob: bef593448ce80cd60ebfce6b47f11d4bd57e0896 (plain)
1
2
3
4
5
6
7
8
9
10
from version import read_version

__productname__ = 'alot'
__version__ = read_version()
__copyright__ = "Copyright (C) 2011 Patrick Totzke"
__author__ = "Patrick Totzke"
__author_email__ = "patricktotzke@gmail.com"
__description__ = "Terminal MUA using notmuch mail"
__url__ = "https://github.com/pazz/alot"
__license__ = "Licensed under the GNU GPL v3+."