# This file contains metadata for your plugin.

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

# Mandatory items:

[general]
name=isobenefit
qgisMinimumVersion=3.0
qgisMaximumVersion=3.99

# Provide a brief description of the plugin
description=Isobenefit Urbanism plugin for QGIS.
version=0.3
author=Gareth Simons
email=gareth.simons@ucl.ac.uk

about=The Isobenefit Urbanism QGIS plugin is a tool for brainstorming walkable urban development against real-world datasets. The algorithm is based on walkable access to centralities (shops, services) and green spaces. Please see the homepage link for more information.
    
    Please refer to the repository for the source code and the README.md file for additional information.
    
    Installation requires the installation of the numba and rasterio Python packages. QGIS does not yet have an automated dependency resolution work flow so these packages have to be installed directly; please see the repository README file for examples of how to do this on your system.

tracker=https://github.com/UCL/BSP-isobenefit-qgis-plugin/issues
repository=https://github.com/UCL/BSP-isobenefit-qgis-plugin
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=pyqgis simulation planning

homepage=https://github-pages.ucl.ac.uk/BSP-isobenefit-urbanism/
icon=icon.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

