3
0

Update LNO Sachsen | Plugin Test Action 108-testing

This commit is contained in:
2026-03-05 12:45:08 +00:00
parent e01a88f4fd
commit b2ea7ca9ce
2 changed files with 32 additions and 0 deletions

16
plugin.template Normal file
View File

@@ -0,0 +1,16 @@
<pyqgis_plugin name="{{NAME}}" version="{{VERSION}}" plugin_id="{{ID}}">
<description>{{DESCRIPTION}}</description>
<version>{{VERSION}}</version>
<author>{{AUTHOR}}</author>
<email>{{EMAIL}}</email>
<download_url>{{URL}}</download_url>
<qgis_minimum_version>{{QGIS_MIN}}</qgis_minimum_version>
<qgis_maximum_version>{{QGIS_MAX}}</qgis_maximum_version>
<experimental>{{EXPERIMENTAL}}</experimental>
<deprecated>{{DEPRECATED}}</deprecated>
<homepage>https://{{HOMEPAGE}}</homepage>
<tracker>https://{{TRACKER}}/issues</tracker>
<repository>https://{{REPOSITORY}}</repository>
<tags>Flurbereinigung</tags>
<changelog>{{CHANGELOG}}</changelog>
</pyqgis_plugin>