# 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=Aderyn Data Search
qgisMinimumVersion=3.0
description=This plugin searches the LERC Wales Aderyn wildlife database.
version=0.2
author=Biodiversity Information Service
email=enquiry@bis.org.uk

about=This plugin searches the LERC Wales Aderyn wildlife database. Different search geometries can be used and different buffers specified for each species category. To use this plugin, you must have access to the LERC Wales merged database. Your login details for the database will be required to use this plugin.

tracker=https://github.com/stevegoddard/aderyn-qgis-plugin/issues
repository=https://github.com/stevegoddard/aderyn-qgis-plugin
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=python aderyn wales lerc

homepage=http://aderyn.lercwales.org
category=Database
icon=icon.png
# experimental flag
experimental=True

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

