# This file contains metadata for your plugin.

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

[general]
name=Mobility Areas
qgisMinimumVersion=3.0
description=This plugin build dynamic mobility areas based on origin destination data
version=1.2.0
author=Patrick Palmier
email=patrick.palmier@cerema.fr

about=This plugin build dynamic mobility areas based on origin destination data

tracker=https://github.com/crocovert/mobilityareas
repository=https://github.com/crocovert/mobilityareas
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog= 1.2.0 add script to generate sas labels
		1.1.0 add a max autonomy rate criterion
		1.0 fix bugs, annoying error messages and convert zone id in text (if not)
		0.3 add control for decimal separator & fix bugs
		0.2 Add data source filter and bug fixes
		0.1 First version

# Tags are comma separated with spaces allowed
tags=https://github.com/crocovert/mobilityareas

homepage=https://github.com/crocovert/mobilityareas
category=Analysis
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
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= pandas

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

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

