summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 c11b4970..0f9e1c74 100755
--- a/setup.py
+++ b/setup.py
@@ -33,5 +33,5 @@ setup(name='alot',
'python-magic',
'configobj>=4.7.0',
'pygpgme>=0.2'],
- provides='alot',
+ provides=['alot'],
)