Updated setup.py long description.
This commit is contained in:
parent
f04539deae
commit
8d60f87b06
12
setup.py
12
setup.py
|
@ -46,12 +46,12 @@ files without having to remember a myriad of programs and options.
|
||||||
The archive format is determined by the file(1) program and as a
|
The archive format is determined by the file(1) program and as a
|
||||||
fallback by the archive file extension.
|
fallback by the archive file extension.
|
||||||
|
|
||||||
patool supports 7z (.7z), ZIP (.zip, .jar), GZIP (.gz), compress (.Z),
|
patool supports 7z (.7z), ACE (.ace), ALZIP (.alz), AR (.a), ARC (.arc),
|
||||||
BZIP2 (.bz2), TAR (.tar), ARJ (.arj), CAB (.cab), CPIO (.cpio), RPM
|
ARJ (.arj), BZIP2 (.bz2), CAB (.cab), compress (.Z), CPIO (.cpio),
|
||||||
(.rpm), DEB (.deb), LZIP (.lz), LZOP (.lzo), LZMA (.lzma), RAR (.rar)
|
DEB (.deb), GZIP (.gz), LRZIP (.lrz), LZH (.lha, .lzh), LZIP (.lz),
|
||||||
and XZ (.xz) formats. It relies on helper applications to handle those
|
LZMA (.lzma), LZOP (.lzo), RPM (.rpm), RAR (.rar), TAR (.tar), XZ (.xz)
|
||||||
archive formats (for example bzip2 for BZIP2 archives).
|
and ZIP (.zip, .jar) formats. It relies on helper applications to handle
|
||||||
""",
|
those archive formats (for example bzip2 for BZIP2 archives).""",
|
||||||
author = MyName,
|
author = MyName,
|
||||||
author_email = MyEmail,
|
author_email = MyEmail,
|
||||||
maintainer = MyName,
|
maintainer = MyName,
|
||||||
|
|
Loading…
Reference in New Issue