Reduce minimum_calibre_version to v2.85.1, last of 2 series.

This commit is contained in:
Jim Miller 2019-12-18 18:09:44 -06:00
parent 45a25394f5
commit e9fbb19d67
2 changed files with 7 additions and 10 deletions

View file

@ -52,7 +52,7 @@ class FanFicFareBase(InterfaceActionBase):
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
version = __version__
minimum_calibre_version = (3, 48, 0)
minimum_calibre_version = (2, 85, 1)
#: This field defines the GUI plugin class that contains all the code
#: that actually does something. Its format is module_path:class_name

View file

@ -34,15 +34,12 @@ 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']
## Kept only for v2.85.1 support now.
createZipFile("../"+filename,"a",
files,
exclude=exclude)
os.chdir('..')
# 'a' for append