Merge branch 'Python2' - the DeDRM plugn version change

This commit is contained in:
Apprentice Harper 2020-11-29 10:47:09 +00:00
commit ccfa454226
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ Decrypt DRMed ebooks.
"""
PLUGIN_NAME = "DeDRM"
PLUGIN_VERSION_TUPLE = (7, 0, 0)
PLUGIN_VERSION_TUPLE = tuple([int(x) for x in __version__.split(".")])
PLUGIN_VERSION = ".".join([str(x)for x in PLUGIN_VERSION_TUPLE])
# Include an html helpfile in the plugin's zipfile with the following name.
RESOURCE_NAME = PLUGIN_NAME + '_Help.htm'