From c5c578156ccbe28f673931fa1cd5d34628e2601e Mon Sep 17 00:00:00 2001 From: Pablo Lezaeta Date: Wed, 3 Apr 2013 06:49:15 -0300 Subject: [PATCH] Fix spelocorrecter.kms because steup want spellocorrecter,kms as ONE archive whit these name Signed-off-by: Pablo Lezaeta --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a04f61e..f9103d6f 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ miscfiles = [('COPYING', '/usr/share/licenses/ponysay/COPYING'), ponysaysrc = [src + '.py' for src in ('__main__', 'common', 'ponysay', 'argparser', 'balloon', - 'backend', 'colourstack', 'ucs', 'spellocorrecter, kms', + 'backend', 'colourstack', 'ucs', 'spellocorrecter', 'kms', 'list', 'metadata')]