forked from CEN-RA/Plugin_QGIS
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
# This file contains metadata for your plugin. Beginning
|
|
# with version 1.8 this is the preferred way to supply information about a
|
|
# plugin. The current method of embedding metadata in __init__.py will
|
|
# be supported until version 2.0
|
|
|
|
# This file should be included when you package your plugin.
|
|
|
|
# Mandatory items:
|
|
|
|
|
|
[general]
|
|
name=CenRa SICEN
|
|
qgisMinimumVersion=3.0
|
|
description=Filtre des données saisies dans SICEN et export d'une liste d'espèces.
|
|
version=1.7
|
|
author=Conservatoire d'Espaces Naturels de Rhône-Alpes
|
|
email=si_besoin@cen-rhonealpes.fr
|
|
|
|
# end of mandatory metadata
|
|
|
|
# Optional items:
|
|
|
|
# Uncomment the following line and add your changelog entries:
|
|
changelog=<h2>CenRa_SICEN:</h2></br><p><h3>13/09/2024 - Version 1.7:</h3> - Il est maintenant possible de sélectionné plusieurs entité pour le filtre par Emprise.</br>- Ajoute d'un changelog.</br>- Ajoute une vérification de mise à jour.</p>
|
|
|
|
# tags are comma separated with spaces allowed
|
|
tags=cenra, postgis, sicen
|
|
|
|
repository=https://gitea.cenra-outils.org/CEN-RA/Plugin_QGIS
|
|
homepage=https://plateformesig.cenra-outils.org/
|
|
|
|
category=Plugins
|
|
icon=cenra.png
|
|
# experimental flag
|
|
experimental=False
|
|
|
|
# deprecated flag (applies to the whole plugin, not just a single version
|
|
deprecated=False
|
|
|