summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-02-19 00:13:39 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-02-19 00:13:39 +0000
commit4bd55e5c1fa669fb98ba11eae46b250915937ac1 (patch)
treeeffb5ef5ccd94ef6c2ba14bde3aaacd18c7f0af6 /setup.py
parent813a563735e76bdb2517f9e0fc314cc27e939269 (diff)
read default bindings from a file, not the spec
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 98ee78f6..bbd531d2 100755
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,7 @@ setup(name='alot',
'defaults/alot.rc.spec',
'defaults/notmuch.rc.spec',
'defaults/default.theme', # default theme
+ 'defaults/bindings',
'defaults/theme.spec',
]},
scripts=['bin/alot'],