forked from CEN-RA/Plugin_QGIS
40 lines
1.1 KiB
Plaintext
40 lines
1.1 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_POSTGIS
|
|
qgisMinimumVersion=3.0
|
|
description=Permet de crée un dossier dans la base PostGis
|
|
version=2.0
|
|
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_POSTGIS:</h2></br><p><h3>22/10/2024 - Version 2.0:</h3>- Refont du code.</p>
|
|
|
|
# tags are comma separated with spaces allowed
|
|
tags=cenra, postgis, database
|
|
|
|
repository=https://gitea.cenra-outils.org/CEN-RA/Plugin_QGIS
|
|
homepage=https://plateformesig.cenra-outils.org/
|
|
|
|
category=Plugins
|
|
icon=icon.png
|
|
# experimental flag
|
|
experimental=False
|
|
|
|
# deprecated flag (applies to the whole plugin, not just a single version
|
|
deprecated=False
|
|
|