Updated program description.

This commit is contained in:
Bastian Kleineidam 2013-03-28 19:42:32 +01:00
parent 3530f69150
commit 137550e57b
1 changed files with 2 additions and 2 deletions

View File

@ -299,7 +299,7 @@ class MyRegister (register, object):
args = dict( args = dict(
name = AppName, name = AppName,
version = AppVersion, 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, long_description = """Various archive formats can be created, extracted, tested, listed,
searched, compared and repacked by patool. The advantage of patool searched, compared and repacked by patool. The advantage of patool
is its simplicity in handling archive files without having to remember is its simplicity in handling archive files without having to remember
@ -332,7 +332,7 @@ installed.
packages = ['patoolib', 'patoolib.programs'], packages = ['patoolib', 'patoolib.programs'],
data_files = data_files, data_files = data_files,
scripts = ['patool'], scripts = ['patool'],
keywords = "archiver,archive,compression,commandline,console,manager", keywords = "archiver,archive,compression,commandline,manager",
classifiers = [ classifiers = [
'Environment :: Console', 'Environment :: Console',
'Topic :: System :: Archiving', 'Topic :: System :: Archiving',