summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 301d6ee3..a42c08a6 100755
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ setup(name='alot',
author=alot.__author__,
author_email=alot.__author_email__,
url=alot.__url__,
- packages=['alot'],
+ packages=['alot', 'alot.commands'],
package_data={'alot': ['defaults/alot.rc', 'defaults/notmuch.rc']},
scripts=['bin/alot'],
license=alot.__copyright__,