|
|
|
@ -11,5 +11,5 @@ class TheAnarchistLibraryStore(StoreBase):
|
|
|
|
|
author = 'Ruben Pollan; ibu radempa' |
|
|
|
|
version = (1, 2, 0) |
|
|
|
|
drm_free_only = True |
|
|
|
|
formats = ['EPUB', 'PDF', 'TXT', 'TEX', 'MUSE'] |
|
|
|
|
formats = ['EPUB', 'PDF'] |
|
|
|
|
actual_plugin = 'calibre_plugins.store_theanarchistlibrary.theanarchistlibrary_plugin:TheAnarchistLibraryStore' |
|
|
|
|