# 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=QGYF
qgisMinimumVersion=3.0
description=Green Space Factor Calculator
version=1.5
author=CO City
email=info@cocity.se

about=QGIS Green Space Factor calculator. The green space factor is a measure to quantify the amount of urban ecosystem services. The factor is the quota between the area of green/blue surface plus the amount of ecosystem service boost devided by the area of hard surface. This plugin helps you with the calculations and implements a model developed by the Swedish foundation C/O city.

tracker=https://github.com/co-city/qgyf/issues
repository=https://github.com/co-city/qgyf.git
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=python, ecosystem, urban development

homepage=https://www.cocity.se/verktyg/qgyf/
forum=https://www.cocity.se/forums/anvandarforum/qgyf/
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

