We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b921d2c commit 2365806Copy full SHA for 2365806
__init__.py
@@ -13,12 +13,12 @@
13
store_version = 5 # Needed for dynamic plugin loading
14
15
__license__ = 'MIT'
16
-__copyright__ = 'Fallacious Reasoning'
+__copyright__ = 'fallaciousreasoning'
17
__docformat__ = 'restructuredtext en'
18
19
PLUGIN_NAME = 'Libgen Fiction'
20
PLUGIN_DESCRIPTION = 'Adds a Libgen Fiction search provider to Calibre'
21
-PLUGIN_AUTHORS = "Fallacious Reasoning (https://github.com/fallaciousreasoning/CalibreLibgenStore)"
+PLUGIN_AUTHORS = "fallaciousreasoning (https://github.com/fallaciousreasoning/CalibreLibgenStore)"
22
PLUGIN_VERSION = (0, 2, 0)
23
24
class LibgenStore(StorePlugin):
0 commit comments