; the next section is mandatory

[general]
name=feature_space
email=zarefarhang@gmail.com
author=Farhang Zare
qgisMinimumVersion=3.0
description=A plugin to plot feature space and export areas as raster or vector
about=A plugin to plot feature space and export areas as raster or vector
version=version 0.21
tracker=https://github.com/farhang74/feature-space/issues
repository=https://github.com/farhang74/feature-space
; end of mandatory metadata

; start of optional metadata
category=Raster
changelog=The changelog lists the plugin versions
    and their changes as in the example below:
    0.21 - Remove nan values from raster
    0.2 - Remove dependencies
    0.1 - First stable release

; Tags are in comma separated value format, spaces are allowed within the
; tag name.
; Tags should be in English language. Please also check for existing tags and
; synonyms before creating a new one.
tags=feature space,feature, space, plot, density

; these metadata can be empty, they will eventually become mandatory.
homepage=https://github.com/farhang74/feature-space
icon=icon.png

; experimental flag (applies to the single version)
experimental=False

; deprecated flag (applies to the whole plugin and not only to the uploaded version)
deprecated=False

; if empty, it will be automatically set to major version + .99
qgisMaximumVersion=3.99

; Since QGIS 3.8, a comma separated list of plugins to be installed
; (or upgraded) can be specified.
; The example below will try to install (or upgrade) "MyOtherPlugin" version 1.12
; and any version of "YetAnotherPlugin".
; Both "MyOtherPlugin" and "YetAnotherPlugin" names come from their own metadata's
; name field