# 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
description=Pre and Post-processing for Mascaret.
about= Plugin dedicated to the building and exploitation of Mascaret models.
       Requires PostgreSQL and PostGIS.
       Based on an initial version developped by Matthieu NICOLAS (SPC Maine Loire aval)
       Some parts are based on the RiverGIS plugin developped by Radek Pasiok & Lukasz Debek (Many thanks for the work they've done on RiverGis)
qgisMinimumVersion=2.14.18
qgisMaximumVersion=2.99
version=0.0.6
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.1 : first beta release
    0.0.2 : Correction of Matplotlib 2.x bug
    0.0.3 : Correction of rights problems with .qgis2 directory
            Addition of Linux version of Mascaret executable
    0.0.4 : Correction of version numbering bug
    0.0.5 : Change of address for homepage, tracker and repo
    0.0.6 : Small change of metadata.txt

# Tags are comma separated with spaces allowed
tags=

homepage=https://github.com/Artelia/Mascaret/wiki
tracker=https://github.com/Artelia/Mascaret/issues
repository=https://github.com/Artelia/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

