Don't include html5lib and six in PI zip--uses calibre's versions anyway.

master
Jim Miller 2017-04-29 19:56:15 -05:00
parent 15c2ab636f
commit 0eed84d3ff
1 changed files with 4 additions and 1 deletions

View File

@ -35,8 +35,11 @@ if __name__=="__main__":
exclude=exclude)
os.chdir('../included_dependencies')
files=['gif.py','bs4','chardet','html2text']
# calibre has it's own copies of these that precedence anyway:
# 'six.py','html5lib','webencodings'
# webencodings is only needed by versions of html5lib after 0.9x7
# 'a' for append
files=['gif.py','six.py','bs4','html5lib','chardet','html2text']
createZipFile("../"+filename,"a",
files,
exclude=exclude)