summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cb76544d..77f5b8a7 100755
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ setup(name='alot',
url=alot.__url__,
license=alot.__copyright__,
packages=['alot', 'alot.commands', 'alot.settings', 'alot.db',
- 'alot.utils', 'alot.widgets', 'alot.foreign'],
+ 'alot.utils', 'alot.widgets', 'alot.foreign', 'alot.foreign.urwidtrees'],
package_data={'alot': [
'defaults/alot.rc.spec',
'defaults/notmuch.rc.spec',