File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 44store_version = 5 # Needed for dynamic plugin loading
55
66__license__ = 'MIT'
7- __copyright__ = 'Jay Harris <jay.harris@outlook.co.nz> '
7+ __copyright__ = 'Fallacious Reasoning '
88__docformat__ = 'restructuredtext en'
99
1010#####################################################################
1515
1616PLUGIN_NAME = 'Libgen Fiction'
1717PLUGIN_DESCRIPTION = 'Adds a Libfen Fiction search provider to Calibre'
18- PLUGIN_VERSION_TUPLE = (0 , 0 , 0 )
18+ PLUGIN_VERSION_TUPLE = (0 , 1 , 0 )
1919PLUGIN_VERSION = '.' .join ([str (x ) for x in PLUGIN_VERSION_TUPLE ])
20- PLUGIN_AUTHORS = "Jay Harris <jay.harris@outlook.co.nz "
20+ PLUGIN_AUTHORS = "Fallacious Reasoning (https://github.com/fallaciousreasoning/CalibreLibgenStore) "
2121
2222#####################################################################
2323
@@ -90,7 +90,6 @@ class LibgenStoreWrapper(StoreBase):
9090 author = PLUGIN_AUTHORS
9191 version = PLUGIN_VERSION_TUPLE
9292 minimum_calibre_version = (1 , 0 , 0 )
93- #actual_plugin = "calibre_plugins.liben_fiction.LibgenStore"
9493 affiliate = False
9594
9695 def load_actual_plugin (self , gui ):
You can’t perform that action at this time.
0 commit comments