summaryrefslogtreecommitdiff
path: root/alot/__init__.py
diff options
context:
space:
mode:
authorpazz <patricktotzke@gmail.com>2011-06-08 20:55:28 +0100
committerpazz <patricktotzke@gmail.com>2011-06-08 20:55:28 +0100
commit44a00af6875030e5d1290e03a8b519293950d2cf (patch)
tree9c8c2bcaf82e1fe6c11751e7372f2707adec1198 /alot/__init__.py
parent6cf5111820ea7b4a745994dd9166c292919bb5cc (diff)
read colour theme from config file
Diffstat (limited to 'alot/__init__.py')
-rw-r--r--alot/__init__.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/alot/__init__.py b/alot/__init__.py
index d6895eb4..c13d4971 100644
--- a/alot/__init__.py
+++ b/alot/__init__.py
@@ -17,10 +17,10 @@ along with notmuch. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Patrick Totzke <patricktotzke@gmail.com>
"""
__productname__ = 'alot'
-__version__ = "0.0.1"
-__copyright__ = "Copyright (C) 2011 Patrick Totzke"
-__author__ = "Patrick Totzke"
-__author_email__= "patricktotzke@gmail.com"
+__version__ = '0.0.1'
+__copyright__ = "Copyright (C) 2011 Patrick Totzke"
+__author__ = "Patrick Totzke"
+__author_email__ = "patricktotzke@gmail.com"
__description__ = "Terminal User Interface for notmuch mail (notmuchmail.org)"
-__url__ = "https://github.com/pazz/notmuch-gui"
-__license__ = "Licensed under the GNU GPL v3+."
+__url__ = "https://github.com/pazz/notmuch-gui"
+__license__ = "Licensed under the GNU GPL v3+."