# 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=Select by radius plus
qgisMinimumVersion=2.8
qgisMaximumVersion=2.99
description=Selects all features from selected layer within given radius.
version=0.3
author=Viktor Sklencar for Lutra Consulting
email=info@lutraconsulting.co.uk
about=A simple selection tool similar to Select By Radius, but with this plugin, user can set the exact radius by inserting the number in various untis. It also works with snapping.

# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=select, radius, numeric, circle

homepage=https://github.com/lutraconsulting/qgis-select-by-radius-plus-plugin
tracker=https://github.com/lutraconsulting/qgis-select-by-radius-plus-plugin/issues
repository=https://github.com/lutraconsulting/qgis-select-by-radius-plus-plugin
icon=resources/icon.png
# experimental flag
experimental=Flase

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

