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.
|
ZOO (.zoo) formats.
|
||||||
It relies on helper applications to handle those archive formats
|
It relies on helper applications to handle those archive formats
|
||||||
(for example bzip2 for BZIP2 archives).
|
(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
|
.SH EXAMPLES
|
||||||
\fBpatool extract archive.zip otherarchive.rar\fP
|
\fBpatool extract archive.zip otherarchive.rar\fP
|
||||||
\fBpatool test --verbose dist.tar.gz\fP
|
\fBpatool test --verbose dist.tar.gz\fP
|
||||||
|
|
|
@ -32,6 +32,10 @@ DESCRIPTION
|
||||||
helper applications to handle those archive formats (for exam‐
|
helper applications to handle those archive formats (for exam‐
|
||||||
ple bzip2 for BZIP2 archives).
|
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
|
EXAMPLES
|
||||||
patool extract archive.zip otherarchive.rar
|
patool extract archive.zip otherarchive.rar
|
||||||
patool test --verbose dist.tar.gz
|
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),
|
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
|
XZ (.xz), ZIP (.zip, .jar) and ZOO (.zoo) formats. It relies on helper
|
||||||
applications to handle those archive formats (for example bzip2 for
|
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 = MyName,
|
||||||
author_email = MyEmail,
|
author_email = MyEmail,
|
||||||
maintainer = MyName,
|
maintainer = MyName,
|
||||||
|
|
Loading…
Reference in New Issue