Fix typo in description
This commit is contained in:
parent
4915b611bb
commit
b209c5d46f
2
setup.py
2
setup.py
|
@ -38,7 +38,7 @@ else:
|
||||||
setup (
|
setup (
|
||||||
name = AppName,
|
name = AppName,
|
||||||
version = AppVersion,
|
version = AppVersion,
|
||||||
description = "portable command line manager archive file manager",
|
description = "portable command line archive file manager",
|
||||||
long_description = """Various archive types can be created, extracted, tested and listed by
|
long_description = """Various archive types can be created, extracted, tested and listed by
|
||||||
patool. The advantage of patool is its simplicity in handling archive
|
patool. The advantage of patool is its simplicity in handling archive
|
||||||
files without having to remember a myriad of programs and options.
|
files without having to remember a myriad of programs and options.
|
||||||
|
|
Loading…
Reference in New Issue