# This file contains metadata for your plugin.

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

[general]
name=Concaveman QGIS
qgisMinimumVersion=3.0
description=Makes concave hull for points
version=0.1.11
author=Alex Lipovka
email=alex.lipovka@gmail.com

about=Generates concave hull around given points according to a very fast 2D concave hull algorithm (https://github.com/mapbox/concaveman)

tracker=https://github.com/alexlipovka/concaveman_qgis/issues
repository=https://github.com/alexlipovka/concaveman_qgis
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=0.1.10
	- Option to generate convex hull
	0.1.9 CRS taken from source layer and set to resulting one
	0.1.8 Generate concave hull for selected features and UI update
	0.1.7 Generate concave hull for selected features
	0.1.6 Fixed DLL not being unloaded

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

homepage=https://github.com/alexlipovka/concaveman_qgis
category=Vector
icon=img/logo.png
# experimental flag
experimental=True

# 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=

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

