summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2015-02-23 14:37:08 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2015-02-23 14:37:56 +0000
commit8df1bcddda2225d6c209950bd015747dbbb7d665 (patch)
tree1cbec79970dc1b25f1b33ef76dcd3bd2809c4bcb /setup.py
parent49a0cd7005157df30010e5e9cef1ead8e5121bb4 (diff)
fix setup.py syntax
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 c1074476..c11b4970 100755
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ setup(name='alot',
install_requires=[
'notmuch>=0.13',
'urwid>=1.1.0',
- 'urwidtrees (>=1.0)',
+ 'urwidtrees>=1.0',
'twisted>=10.2.0',
'python-magic',
'configobj>=4.7.0',