Remove TXT, TEX, MUSE from the formats claimed to be supported.

This commit is contained in:
ibu ☉ radempa 2021-01-01 12:58:14 +00:00
parent da7a7658e6
commit a1c8385314
1 changed files with 1 additions and 1 deletions

View File

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