# Plugin metadata, required for all QGIS plugins
# Mandatory items: name, description, version, qgisMinimumVersion,
#   author, email, repository, tracker, about

[general]
name=LocationFinder
description=Allow QGIS to use LocationFinder (interactive geocoding)

version=0.1.0
qgisMinimumVersion=3.0

author=ujr for Dira GeoSystems
email=ujr@dirageosystems.ch

homepage=https://github.com/dirageosystems/LocationFinder.QGIS
repository=https://github.com/dirageosystems/LocationFinder.QGIS
tracker=https://github.com/dirageosystems/LocationFinder.QGIS/issues

about=This QGIS Plugin allows interactive geocoding against
    a LocationFinder instance. The user interface consists
    of a dockable window where you can type location names
    and see geocoded results.
    About LocationFinder, please see https://dirageosystems.ch

# Tags are comma separated with spaces allowed
tags=dira, geocode, geocoder, geocoding, python

category=Plugins
icon=icon.png

# deprecated applies to all versions, experimental just to this one:
deprecated=False
experimental=True

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified. (We have no such dependencies.)
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=

# This plugin has no server interface and no processing algorithms:
server=False
hasProcessingProvider=no

# changelog=
