# 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=PostTelemac
about= Post treatment of open Telemac-Mascaret results. Requires matplotlib, shapely, numpy, scipy and networkx libraries.
qgisMinimumVersion=2.10.0
description=Post Treatment for Telemac
version=0.1.3
author=Artelia Eau et Environnement
email=patrice.verchere@arteliagroup.com

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog= 
    0.1.3 : bugfix. Code still messy.
    0.1.2 : bugfix, max res improvement. Code still messy.
    0.1.1 : color management, faster rendering. Code still messy.
    0.1.0 : Beta version
    0.0.08 : virtuals parameters
    0.0.07 : velocities
    0.0.06 : bugs fixes
    0.0.05 : culvert (Artelia) and levee development
    0.0.04 : bug fixes
    0.0.03 : Film !!
    0.0.02 : add flow calculus and mesh showing
    0.0.01 : first beta release

# Tags are comma separated with spaces allowed
tags=

homepage=https://github.com/ArteliaTelemac/PostTelemac/wiki
tracker=https://github.com/ArteliaTelemac/PostTelemac/issues
repository=https://github.com/ArteliaTelemac/PostTelemac
category=Plugins
icon=icons/posttelemac.png
# experimental flag
experimental=True

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

