From 23c95448ea1568b2bad11c7c4b852f154fbd5298 Mon Sep 17 00:00:00 2001 From: Christian Geier Date: Thu, 10 Dec 2015 22:17:42 +0100 Subject: setup.py: provides' value should be a list see https://docs.python.org/2/distutils/setupscript.html --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], ) -- cgit v1.2.3