# 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=SmoothLine
qgisMinimumVersion=2.14
description=Allow to smooth a single line with a clic and respects topology.
version=1.11
author= Alberto De Luca for Tabacco Editrice
email=sergio.gollino@tabaccoeditrice.com

about=This plugin allows to smooth a line using Chaiken as smoothing algorithm. It permits to set interactions and offset of the curve. The plugin mantains the topology of the line. If it's not needed, it's possible to uncheck "Enforce Topology" for having more liberty degrees. Even in this case, the first and last vertex will be not moved.

tracker=https://gitlab.com/albertodeluca/smooth_line
repository=https://gitlab.com/albertodeluca/smooth_line/issues
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=

homepage=
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

