summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-06-11 09:32:39 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-06-11 09:49:53 +0100
commitdc4dae3d9926a1169a3dd68147ec27d8f9495114 (patch)
tree9cd1945ae9198922d8a07e1972cfc91462b5e575 /setup.py
parent46bbab126411f66ab660efcb44a1a8768eba8753 (diff)
add new utils module to dstribution list
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 60827be3..cb0d5447 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,8 @@ setup(name='alot',
author_email=alot.__author_email__,
url=alot.__url__,
license=alot.__copyright__,
- packages=['alot', 'alot.commands', 'alot.settings', 'alot.db'],
+ packages=['alot', 'alot.commands', 'alot.settings', 'alot.db',
+ 'alot.utils'],
package_data={'alot': [
'defaults/alot.rc.spec',
'defaults/notmuch.rc.spec',