summaryrefslogtreecommitdiff
path: root/alot/__init__.py
diff options
context:
space:
mode:
authorpazz <patricktotzke@gmail.com>2011-06-04 17:14:44 +0100
committerpazz <patricktotzke@gmail.com>2011-06-04 17:16:11 +0100
commitc18885935b9db83ea4e1460ab2337dbb78663488 (patch)
treecf0afd27f71fe391c1e5bcd000ee3605807235cc /alot/__init__.py
parent66a4dacb2a0ab7d852556376916cab85ef1fd528 (diff)
added urwid and notmuch requirements to setup.py
Diffstat (limited to 'alot/__init__.py')
-rw-r--r--alot/__init__.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/alot/__init__.py b/alot/__init__.py
index 9bfcc779..d6895eb4 100644
--- a/alot/__init__.py
+++ b/alot/__init__.py
@@ -16,12 +16,11 @@ along with notmuch. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Patrick Totzke <patricktotzke@gmail.com>
"""
-__all__ = ['alot']
__productname__ = 'alot'
__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)"
-__homepage__ = "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+."