# 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=A-Maps
qgisMinimumVersion=3.0
description=Connector for the Azure Maps REST API
version=0.2
author=Riccardo Klinger
email=riccardo.klinger@gmail.com

about=This plugin provides you some processing tools to integrate the Azure Maps API in your QGIS workflows.

tracker=https://github.com/riccardoklinger/amaps/issues
repository=https://github.com/riccardoklinger/amaps
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog= 0.2 POI search enabled in processing
  0.1 initial push

# Tags are comma separated with spaces allowed
tags=bing, geocoding, processing, python, Azure, API

homepage=https://github.com/riccardoklinger/amaps
category=Web
icon=icon.png
# experimental flag
experimental=True

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