QGIS/python/plugins/processing/metadata.txt
Nyall Dawson 558d5365b5 Add new plugin metadata string to indicate whether a plugin
implements Processing providers

Plugins which implement providers should include the

    hasProcessingProvider=yes

line within their metadata.txt file. This allows for rapid
identification of all plugins which implement Processing
functionality.
2019-03-02 12:06:59 +10:00

18 lines
431 B
Plaintext

[general]
name=Processing
description=Spatial data processing framework for QGIS
about=Spatial data processing framework for QGIS
category=Analysis
version=2.12.99
qgisMinimumVersion=3.0
author=Victor Olaya
email=volayaf@gmail.com
icon=:/images/themes/default/processingAlgorithm.svg
homepage=http://qgis.org
tracker=https://issues.qgis.org/projects/qgis/issues
repository=https://github.com/qgis/QGIS
hasProcessingProvider=yes