# 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=Processing Saga NextGen Provider
qgisMinimumVersion=3.4
description=A Processing provider for SAGA 7.2
version=0.0.5
author=North Road
email=nyall@north-road.com

about=Processing provider for SAGA 7.2. Requires manual installation of SAGA 7.2 binaries.

tracker=https://github.com/north-road/qgis-processing-saga-nextgen/issues
repository=https://github.com/north-road/qgis-processing-saga-nextgen
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=0.0.5 Fix exception when loading on Macos
    0.0.4 Be more forgiving for different SAGA versions... because hey, this whole plugin is "use at your own risk!"
    0.0.3 Fix execution of algorithms
    0.0.2 Allow setting path to SAGA
    0.0.1 Initial release

# Tags are comma separated with spaces allowed
tags=python,processing

homepage=https://github.com/north-road/qgis-processing-saga-nextgen
category=Plugins
icon=icon.png
# experimental flag
experimental=True

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

hasProcessingProvider=yes