From 137550e57ba62dccac283879351409e8bf2795ac Mon Sep 17 00:00:00 2001
From: Bastian Kleineidam <bastian.kleineidam@web.de>
Date: Thu, 28 Mar 2013 19:42:32 +0100
Subject: [PATCH] Updated program description.

---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index e969a0d..158d0d9 100644
--- a/setup.py
+++ b/setup.py
@@ -299,7 +299,7 @@ class MyRegister (register, object):
 args = dict(
     name = AppName,
     version = AppVersion,
-    description = "portable archive file manager for the commandline console",
+    description = "portable archive file manager",
     long_description = """Various archive formats can be created, extracted, tested, listed,
 searched, compared and repacked by patool. The advantage of patool
 is its simplicity in handling archive files without having to remember
@@ -332,7 +332,7 @@ installed.
     packages = ['patoolib', 'patoolib.programs'],
     data_files = data_files,
     scripts = ['patool'],
-    keywords = "archiver,archive,compression,commandline,console,manager",
+    keywords = "archiver,archive,compression,commandline,manager",
     classifiers = [
         'Environment :: Console',
         'Topic :: System :: Archiving',