From a0e2db39252522621ffd6e5ddf1a047c86561891 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 18 Dec 2019 11:16:06 -0600 Subject: [PATCH] With Calibre min version v3.85, included_dependencies are not needed. --- makeplugin.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/makeplugin.py b/makeplugin.py index d2f29946..f36ef2c6 100644 --- a/makeplugin.py +++ b/makeplugin.py @@ -34,15 +34,15 @@ if __name__=="__main__": files, exclude=exclude) - os.chdir('../included_dependencies') - files=['bs4','chardet','html2text','soupsieve','backports'] - # calibre has it's own copies of these that precedence anyway: - # 'html5lib','webencodings' - # webencodings is only needed by versions of html5lib after 0.9x7 - # 'a' for append - createZipFile("../"+filename,"a", - files, - exclude=exclude) + # os.chdir('../included_dependencies') + # files=['bs4','chardet','html2text','soupsieve','backports'] + # # calibre has it's own copies of these that precedence anyway: + # # 'html5lib','webencodings' + # # webencodings is only needed by versions of html5lib after 0.9x7 + # # 'a' for append + # createZipFile("../"+filename,"a", + # files, + # exclude=exclude) os.chdir('..') # 'a' for append