# 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=Polygon Cluster Reducer
qgisMinimumVersion=3.0
description=This plugin removes polygons from the cluster, based on the user parameters.
version=0.1
author=Zoran Petrović
email=zoran@zoran-software.com

about=Example scenario: Distance between the buildings must be at least 100m. But only the buildings that have an area less than 500m2 should be removed.

tracker=https://github.com/zoran-petrovic-87/qgis3-polygon-cluster-reducer/issues
repository=https://github.com/zoran-petrovic-87/qgis3-polygon-cluster-reducer.git
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=cluster, polygon, area, distance, radius, remove

homepage=http://zoran-software.com
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

