# 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=NeatMap
qgisMinimumVersion=3.0
description=A simple QGIS python plugin for building neat maps.
version=1.2
author=IGN-ENSG
email=julien.perret@gmail.com; mickael.brasebin@gmail.com

about=A QGIS python plugin for building organized maps (i.e for the classification and producing layout of polygonal features). Initially developped  by Mickaël Brasebin Julien Perret, Rose Matelier and Bruce Thomas at ENSG/IGNF. The project is developed as an Open-Source library based on QGIS API V3.0, for morphological operators and layout generation and Scikit learn 0.19.1 : for the classification.


tracker=https://github.com/IGNF/NeatMap/issues
repository=https://github.com/IGNF/NeatMap
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=classification;layouts

homepage=https://github.com/IGNF/NeatMap
category=Vector
icon=icon.png
# experimental flag
experimental=True

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