# 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=networks
qgisMinimumVersion=2.0
description=Manage linear networks. Several functionalities as generating a graph from a linear layer, invert and split polylines, and connect point to a linear objects
version=0.41
author=CEREMA Nord-Picardie
email=patrick.palmier@cerema.fr

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=0.41: Change the networks menu from plugin Menu to Vector Menu
	0.4: Change English as default langage
	0.3: modification in order to take into account multigeometries as they are generated by default by Qgis 2.6

# tags are comma separated with spaces allowed
tags=

homepage=https://github.com/crocovert/networks/
tracker=https://hub.qgis.org/projects/networks
repository=https://github.com/crocovert/networks/
icon=icon.png
# experimental flag
experimental=True

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

