tools: Python wheel files are also zip archives.

This commit is contained in:
Andrew Hamilton 2018-06-04 10:59:03 +10:00
parent 18dd47067c
commit 2338a87932
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ tools_for_extensions = [
[["pdf"], ["pdf2txt"]],
[["html", "htm"], ["html_syntax", "tidy", "html2text", "pandoc"]],
[["php"], ["php7_syntax"]],
[["zip", "jar", "apk", "egg"], ["zipinfo"]],
[["zip", "jar", "apk", "egg", "whl"], ["zipinfo"]],
[["tar.gz", "tgz"],["tar_gz"]],
[["tar.bz2"], ["tar_bz2"]],
[["rar"], ["unrar"]],