From 657b7525f297c885877281861dba90da5301db25 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 11 Mar 2012 16:06:20 +0000 Subject: refactor db: move into submodule this moves messages into the new submodule alot.db which from now on also contains Threads in a separate file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ec499efe..b4163a49 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup(name='alot', author_email=alot.__author_email__, url=alot.__url__, license=alot.__copyright__, - packages=['alot', 'alot.commands', 'alot.settings'], + packages=['alot', 'alot.commands', 'alot.settings', 'alot.db'], package_data={'alot': [ 'defaults/alot.rc.spec', 'defaults/notmuch.rc.spec', -- cgit v1.2.3