[general]

; for details on required/optional fields, see:
;    https://docs.qgis.org/latest/en/docs/pyqgis_developer_cookbook/plugins/plugins.html#metadata-txt

name =              ForGEO
version =           1.0.1
experimental =      False

; setup.py requires python 3.12 which means qgis>=3.40
qgisMinimumVersion = 3.44
qgisMaximumVersion = 4.99
supportsQt6 =        True

description =   QGIS frontend for the BRGM geomodelling suite.
about =         ForGEO brings geomodelling capabilities to QGIS using the BRGM namesake toolsuite.
tags =          BRGM, geology, modelling

author =    BRGM
email =     forgeo@brgm.fr

homepage =      https://brgm.gitlab.io/geomodelling/forgeo
repository =    https://gitlab.com/brgm/qgis/forgeo
tracker =       https://gitlab.com/brgm/qgis/forgeo/issues

icon =          assets/icons/plugin_icon.png

; for PIP-requirements uncomment the following lines, see:
;   https://gitlab.com/brgm/qgis/package-installer-qgis

plugin_dependencies =   PackageInstallerQgis
pip_dependencies =      numpy, pandas, forgeo, forgeo-interpolation>=0.1.2
