# 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=RiverMetrics
qgisMinimumVersion=3.0
description=The plugin allows to calculate the river sinuosity using a vectorline representing the river axis. The vector line of river axis mustcontain only one feature and the coordinate reference system must be not geographical (long-lat) type.
version=0.3.1
author=pierluigi de rosa
email=pierluigi.derosa@gmail.com (onegis.it)

about=The plugin have been developed by pierluigi de rosa and www.onegis.it as a tool for fluvial geomorphological scientist

tracker=https://github.com/pierluigiderosa/RiverMetrics/issues
repository=https://github.com/pierluigiderosa/RiverMetrics/
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
  0.3.1
  - fixed the UI
  0.3.0
  - porting to the QGIS version 3.xs

# Tags are comma separated with spaces allowed
tags=river, vector

homepage=https://www.onegis.it/2018/08/27/rivermetrics/
category=Plugins
icon=icon_new.png
# experimental flag
experimental=True

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

