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


# Mandatory items:

[general]
name=Multi Points Route
qgisMinimumVersion=3.4
description=Compute route with multiple middle points using Webservices
version=1.3.0
author=Guilhem Allaman
email=dev@guilhemallaman.net

about=Computes routes and route segments that pass through multiple middle points. Routes are computed using navigation webservices

tracker=https://gitlab.com/multipointsroute/mpr-qgis-plugin/issues
repository=https://gitlab.com/multipointsroute/mpr-qgis-plugin


# Recommended items:

hasProcessingProvider=no
tags=python,routing,routes,navigation,webservices

homepage=https://gitlab.com/multipointsroute/mpr-qgis-plugin
category=Web
icon=icon.png
experimental=False
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed (or upgraded) can be specified. Check the documentation for more information.
# plugin_dependencies=

# If the plugin can run on QGIS Server.
server=False

[custom]
repo=https://repo-qgis.guilhemallaman.net/plugins.xml
api=https://api.mpr.guilhemallaman.net/api
