From 76a091db50eccc9d4746473c8921da44cb460391 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 21 Jan 2013 20:33:09 +0100 Subject: [PATCH] Fix the 'provides' field. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 822183f41..ab77df709 100644 --- a/setup.py +++ b/setup.py @@ -153,7 +153,7 @@ for plugin in plugins: setup( # Metadata name='limnoria', - provides='supybot', + provides=['supybot'], version=version, author='Valentin Lorentz', url='https://github.com/ProgVal/Limnoria',