# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

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

# Mandatory items:

[general]
name=VectorMCDA
qgisMinimumVersion=2.0
#qgisMaximumVersion=2.99
description=Performs geographic multi criteria decision making.
category=Vector
version=0.4

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
# changelog= new social tab and rules extraction tabs

# tags are comma separated with spaces allowed
tags=Sustainability assesment, Geographic MCDA, Vector
category=Vector

changelog=Ver. 0.1: First release.
Ver. 0.2: several bugs in geoPromethee are corrected
Ver. 0.4: improve and upgrade geoWeightedSum algorithm

homepage=http://maplab.alwaysdata.net/geomcda.html
tracker=http://hub.qgis.org/projects/vectormcda
repository=https://github.com/gmassei/VectorMCDA
icon=icons/Tree.png
# experimental flag
experimental=True

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

about= VectorMCDA is a QGIS plugin that uses different MCDA algorithms to perform a multicriteria analysis in a geographical environmental


# Author contact information
author= Gianluca Massei
email=g_massa@libero.it


