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

__productname__ = 'alot'
__version__ = get_git_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+."