summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-01-24 16:35:42 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2013-03-03 13:48:20 +0000
commitf9fd1953e2b550e7c50064b02889684113321b22 (patch)
tree5642cc9c8f6ab1bad5e11aa5b1cb6b3744a615aa /setup.py
parent1c005b17000a00d69a0aa38bc833313f8842f335 (diff)
add tree lib to setup.py
Diffstat (limited to 'setup.py')
-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',