# 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=Mascaret
about= Pre and Post-processing for Mascaret. Requires PostgreSQL and PostGIS.
qgisMinimumVersion=2.14.18
qgisMaximumVersion=2.99
description=Pre and Post-processing for Mascaret.
version=0.0.03
author=Artelia Eau et Environnement
email=mehdi-pierre.daou@arteliagroup.com

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
    0.0.01 : first beta release
    0.0.02 : Correction of Matplotlib 2.x bug
    0.0.03 : Correction of rights problems with .qgis2 directory
             Addition of Linux version of Mascaret executable

# Tags are comma separated with spaces allowed
tags=

homepage=https://github.com/ArteliaTelemac/Mascaret/wiki
tracker=https://github.com/ArteliaTelemac/Mascaret/issues
repository=https://github.com/ArteliaTelemac/Mascaret
category=Database
icon=icones/icon_base.png
# experimental flag
experimental=True

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

