summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-05-08 17:13:02 +0200
committerAnton Khirnov <anton@khirnov.net>2020-05-09 15:27:23 +0200
commit4c02a40d5dcec1fba988aa626da2dd0d9a058abd (patch)
tree67e43adad81d079560c016ce99b2708bcd6749aa /setup.py
parent9a8621234211fd13f59374304fe57f6cf7bfd98e (diff)
Switch to the notmuch2 bindings.
They are supposed to replace the original notmuch python bindings, providing a safer and more pythonic interface.
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 67628890..fbeb79f5 100755
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ setup(
['alot = alot.__main__:main'],
},
install_requires=[
- 'notmuch>=0.27',
+ 'notmuch2>=0.27',
'urwid>=1.3.0',
'twisted>=18.4.0',
'python-magic',