summaryrefslogtreecommitdiff
path: root/alot/__init__.py
blob: ab7bbc1cf0be4df07be128b933cc30cdd7a64a5b (plain)
1
2
3
4
5
6
7
8
__productname__ = 'alot'
__version__ = '0.8.1'
__copyright__ = "Copyright (C) 2012-19 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+."