# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

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

# Mandatory items:


[general]
name=GiSedTrend
qgisMinimumVersion=2.0
description=This plugin allows to perform a Grain Size Trend Analysis
version=2.5
author=Emmanuel Poizot
email=emmanuel.poizot@cnam.fr
about=GiSedTrend is a QGIS plugin allowing to perform a Grain Size Trend Analysis (GSTA). To perform the analysis, the user can provide either a text file (.txt or .csv) or an ESRI shapefile (.shp) including the three needed statistical parameters, i.e. mean, sorting and skewness. Results can be save both in text file format or in ESRI shapefile format.

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
# changelog=

# tags are comma separated with spaces allowed
tags=Grain Size Trend Analysis

homepage=http://www.geoceano.fr
tracker=https://github.com/epzt/GiSedTrend/issues
repository=https://github.com/epzt/GiSedTrend
icon=icon.png
# experimental flag
experimental=False
category=Vector

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

