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