# 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=Ontario EFRI Treelist Generator
qgisMinimumVersion=2.0
qgisMaximumVersion=2.90
description=Convert polygon vector format Forest Resources Inventory to a randomized list of trees. Export in ZeligCFS format, for use in AMSIMOD, an application for process-based modelling
#version=0.3.2
version=1.0.0

author=Angus Carr
email=angus.carr@gmail.com

about=Convert polygon vector format Forest Resources Inventory to a randomized list of trees. Export in ZeligCFS format, for use in AMSIMOD, an application for process-based modelling

tracker=https://gitlab.com/anguscarr/amsimod_support/issues
repository=https://anguscarr@gitlab.com/anguscarr/amsimod_support.git
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=v.1.0.0 - Final Release. 

# Tags are comma separated with spaces allowed
tags=AMSIMOD,eFRI,Forest,Process-based Simulation,ecology,Forest Resources Inventory

homepage=https://gitlab.com/anguscarr/amsimod_support
category=Vector
icon=icon.png
# experimental flag
experimental=False

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

