From ce31ecf066f056cf36a47011f9858033a804024d Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Wed, 16 Dec 2015 16:29:06 +0000 Subject: add __main__.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0f9e1c74..226b8dd3 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup(name='alot', ]}, entry_points={ 'console_scripts': - ['alot = alot.init:main'], + ['alot = alot.__main__:main'], }, install_requires=[ 'notmuch>=0.13', -- cgit v1.2.3