Updated package description.
This commit is contained in:
parent
e7f8e00bc5
commit
3fd52ed508
|
@ -37,6 +37,10 @@ RPM (.rpm), RAR (.rar), RZIP (.rz), TAR (.tar), XZ (.xz), ZIP (.zip, .jar) and
|
|||
ZOO (.zoo) formats.
|
||||
It relies on helper applications to handle those archive formats
|
||||
(for example bzip2 for BZIP2 archives).
|
||||
.PP
|
||||
The archive formats TAR (.tar), ZIP (.zip), BZIP2 (.bz2) and GZIP (.gz)
|
||||
are supported natively and do not require helper applications to be
|
||||
installed.
|
||||
.SH EXAMPLES
|
||||
\fBpatool extract archive.zip otherarchive.rar\fP
|
||||
\fBpatool test --verbose dist.tar.gz\fP
|
||||
|
|
|
@ -32,6 +32,10 @@ DESCRIPTION
|
|||
helper applications to handle those archive formats (for exam‐
|
||||
ple bzip2 for BZIP2 archives).
|
||||
|
||||
The archive formats TAR (.tar), ZIP (.zip), BZIP2 (.bz2) and
|
||||
GZIP (.gz) are supported natively and do not require helper
|
||||
applications to be installed.
|
||||
|
||||
EXAMPLES
|
||||
patool extract archive.zip otherarchive.rar
|
||||
patool test --verbose dist.tar.gz
|
||||
|
|
7
setup.py
7
setup.py
|
@ -52,7 +52,12 @@ DEB (.deb), DMS (.dms), GZIP (.gz), LRZIP (.lrz), LZH (.lha, .lzh), LZIP (.lz),
|
|||
LZMA (.lzma), LZOP (.lzo), RPM (.rpm), RAR (.rar), RZIP (.rz), TAR (.tar),
|
||||
XZ (.xz), ZIP (.zip, .jar) and ZOO (.zoo) formats. It relies on helper
|
||||
applications to handle those archive formats (for example bzip2 for
|
||||
BZIP2 archives).""",
|
||||
BZIP2 archives).
|
||||
|
||||
The archive formats TAR (.tar), ZIP (.zip), BZIP2 (.bz2) and GZIP (.gz)
|
||||
are supported natively and do not require helper applications to be
|
||||
installed.
|
||||
""",
|
||||
author = MyName,
|
||||
author_email = MyEmail,
|
||||
maintainer = MyName,
|
||||
|
|
Loading…
Reference in New Issue