[general]
name=Self Intersection Check
description=A QGIS plugin to check for self-intersections and overlaps in polygon layers.
version=0.1
author=Anustup Jana
email=anustupjana21@gmail.com
qgisMinimumVersion=3.0
qgisMaximumVersion=3.99

about=This plugin provides a Processing algorithm to identify self-intersections and overlaps in polygon layers, outputting invalid features with a reason.

tracker=https://github.com/AnustupJana/SelfIntersection-plugin/issues
repository=https://github.com/AnustupJana/SelfIntersection-plugin
# End of mandatory metadata

# Tags are comma separated with spaces allowed
tags=polygon, overlap, Intersection, topology, auto correction, vector

homepage=https://github.com/AnustupJana/SelfIntersection-plugin/#readme
category=Plugins
icon=icon.png
# experimental flag
experimental=False

# 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