Release version 1.2.0.

This commit is contained in:
ibu ☉ radempa 2020-12-31 16:27:34 +00:00
parent ec1725c507
commit da7a7658e6
2 changed files with 5 additions and 4 deletions

Binary file not shown.

View File

@ -1,14 +1,15 @@
__license__ = 'GPL 3'
__copyright__ = '2012, Ruben Pollan <meskio@sindominio.net>'
__copyright__ = '2012, Ruben Pollan <meskio@sindominio.net>; 2020, ibu radempa <ibu@radempa.de>'
__docformat__ = 'restructuredtext en'
from calibre.customize import StoreBase
class TheAnarchistLibraryStore(StoreBase):
name = 'The Anarchist Library'
description = 'theanarchistlibrary.org is (despite its name) an archive focusing on anarchism, anarchist texts, and texts of interest for anarchists.'
author = 'Ruben Pollan'
version = (1, 0, 0)
description = 'theanarchistlibrary.org is an archive focusing on anarchism, anarchist texts, and texts of interest to anarchists.'
author = 'Ruben Pollan; ibu radempa'
version = (1, 2, 0)
drm_free_only = True
formats = ['EPUB', 'PDF', 'TXT', 'TEX', 'MUSE']
actual_plugin = 'calibre_plugins.store_theanarchistlibrary.theanarchistlibrary_plugin:TheAnarchistLibraryStore'