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

[general]
name=pickLayer
qgisMinimumVersion=3.0
qgisMaximumVersion=3.99
description=pick to feature on map canvas to perform layer and feature commands
version=3.0
author=Enrico Ferreguti
email=enricofer@gmail.com

about=The plugin allows to perform layer and features operations by a contextual menu clicking over features on map canvas. This is useful when many layers are loaded in the project and is difficult to find them in a crowded legend.

# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
changelog=3.0 code migration to QGIS3

# Tags are comma separated with spaces allowed
tags= layer, functions, change, snap, properties, editing, hide, context menu, context, menu, datasource, data source

homepage=http://geogear.wordpress.com/
tracker=https://github.com/enricofer/pickLayer/issues
repository=https://github.com/enricofer/pickLayer
icon=icon.png
# experimental flag
experimental=False

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

