# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=QCopycanvas
qgisMinimumVersion=3.0
description=This tool can be used to copy the map canvas and place it in the clipboard.
version=0.5
author=Marios S. Kyriakou, KIOS Research and Innovation Center of Excellence (KIOS CoE)
email=mariosmsk@gmail.com

about=This tool can be used to copy the map canvas and place it in the clipboard (Using button or shortcut `Ctrl-Space`). This plugin is based on the plugin "Copy Canvas to Clipboard" in QGIS 2 by Bo Victor Thomsen - Municipality of Frederikssund.

tracker=https://github.com/Mariosmsk/QCopycanvas/issues/
repository=https://github.com/Mariosmsk/QCopycanvas/
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=2021-03-20  QCopycanvas 0.5:
			Show checked layers (Thanks for the suggestion code Carmine Massarelli and @jvdkwast for the issue)and show group checked layers
			2020-04-20  QCopycanvas 0.4:
			Add option to copy canvas with legend
			Add project title
			2020-04-20  QCopycanvas 0.3:
			Using messagebar instead of messagebox. 
			Thanks for the suggestion @raymondnijssen, @AlisterH.

# Tags are comma separated with spaces allowed
tags=python

homepage=https://mariosmsk.com/2019/02/13/qcopycanvas-qgis/
category=Plugins
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

