# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=DEMto3D
qgisMinimumVersion=4.0
qgisMaximumVersion=4.99

# Provide a brief description of the plugin
description=3D Printing of terrain models.
version=4.0.0
author=Francisco Javier Venceslá Simón
email=info@demto3d.com
license=GNU General Public License v2.0 or later
about=DEMto3D is the first tool that links GIS (Geographic Information System) and 3D printing. DEMto3D allows export raster DEM to STL format ready to 3D printing.

icon=icons/demto3d.png
homepage=https://demto3d.com/
tracker=https://github.com/jawensi/DEMto3D-QGIS-Plugin/issues
repository=https://github.com/jawensi/DEMto3D-QGIS-Plugin

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
    Update for QGIS4 and Qt6

# Tags are comma separated with spaces allowed
tags=dem, 3D printing, raster, 3D, relief terrain, STL

# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Category of the plugin: Raster, Vector, Database or Web
category=Raster

# If the plugin can run on QGIS Server.
server=False


