# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Rectanglify
qgisMinimumVersion=3.0
description=Add a digitizing tool which "rectanglifies" selected features of a polygon vector layer
version=1.0.3
author=Yoann Quenach de Quivillic
email=yoann.quenach@gmail.com

about=Add a digitizing tool which "rectanglifies" selected features of a polygon vector layer

hasProcessingProvider=no


changelog=1.0.3 2020-05-07
      * Use QgsTasks
      * Add Settings (constant area & keep rings)
      1.0.2 2020-04-30
      * Handle Multi polygon
      1.0.1 2020-04-30
      * Remove experimental status
      1.0.0 2020-04-29
      * First version

homepage=https://github.com/YoannQDQ/rectanglify
tracker=https://github.com/YoannQDQ/rectanglify/issues
repository=https://github.com/YoannQDQ/rectanglify

icon=icon.png
# experimental flag
experimental=False

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

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

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=Vector

# If the plugin can run on QGIS Server.
server=False

