diff --git a/setup/plugins_mirror.py b/setup/plugins_mirror.py index bb82424666..ca7a6217a5 100644 --- a/setup/plugins_mirror.py +++ b/setup/plugins_mirror.py @@ -448,7 +448,6 @@ def plugin_to_index(plugin, count): 'Version: %s' % escape('.'.join(map(str, plugin['version']))), 'Released: %s' % escape(released), 'Author: %s' % escape(plugin['author']), - 'History: %s' % escape('Yes' if plugin['history'] else 'No'), 'calibre: %s' % escape('.'.join(map(str, plugin['minimum_calibre_version']))), 'Platforms: %s' % escape(', '.join(sorted(plugin['supported_platforms']) or ['all'])), ]