# 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=Improved Polygon Capturing
qgisMinimumVersion=1.8
description=Cad-like polygons and lines digitizing. Numerically lock the angle and/or the length of the next line segment. Maintained by Olivier Dalang.
version=1.1
author=Adrian Weber
email=adrian.weber@cde.unibe.ch

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=added ability to set edges angle too, update UI, added help (via the plugin menu)

# tags are comma separated with spaces allowed
tags=editing,digitizing,angle,length,polygone,cad

homepage=https://github.com/olivierdalang/improvedpolygoncapturing
tracker=https://github.com/olivierdalang/improvedpolygoncapturing/issues
repository=https://github.com/olivierdalang/improvedpolygoncapturing.git
icon=ressources/icon.png
# experimental flag
experimental=True

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

