3
0

plugin.template entfernt

This commit is contained in:
Michael Otto
2026-03-05 13:48:21 +01:00
parent b2ea7ca9ce
commit 3f39c90777

View File

@@ -1,16 +0,0 @@
<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>