# 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=Advanced Line Editor
qgisMinimumVersion=2.10
description=Adds line editing tools (segment deletion, ...)
version=1.1
author=lwiniwar, TU Wien
email=lukas.winiwarter@geo.tuwien.ac.at

about=This plugin adds functionality to enable faster line editing, esp. when working with 3D lines (preserving Z-Coordinate). Labelling of lines with a "status"-Attribute is also possible.

tracker=https://github.com/lwiniwar/ALE/issues
repository=https://github.com/lwiniwar/ALE
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog= 1.1 added metadata information

# Tags are comma separated with spaces allowed
tags=line editing, line, breakline

homepage=http://geo.tuwien.ac.at
category=Vector
icon=icon.png
# experimental flag
experimental=False

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

