summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-03-11 14:40:34 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-03-11 14:40:34 +0000
commit6cc3e22eaa6a16e597c051484844d7f13102e4f7 (patch)
tree786ea8a7d6aa679ffa76d4c8901f0ec146c5140e /setup.py
parent1b1f7465b5c8a3d8a295247559d77c2e9a591dd8 (diff)
group settings into a submodule
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 458fa96c..ec499efe 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ setup(name='alot',
author_email=alot.__author_email__,
url=alot.__url__,
license=alot.__copyright__,
- packages=['alot', 'alot.commands'],
+ packages=['alot', 'alot.commands', 'alot.settings'],
package_data={'alot': [
'defaults/alot.rc.spec',
'defaults/notmuch.rc.spec',