summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-08-05 12:28:34 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-08-10 13:03:39 +0100
commit14178c4e59850d4340e116ce29764cbd469c33be (patch)
tree3e0e47d32c88aeabf17b3250ef2aa5fe7c54fbbe /setup.py
parent6c80ee5ecd23ec54604eab3ada0e2573e1757d89 (diff)
cleanup: split widgets.py and pep8/pyflakes fixes
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 c754eeed..f5d5858e 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.utils', 'alot.widgets'],
package_data={'alot': [
'defaults/alot.rc.spec',
'defaults/notmuch.rc.spec',