# This file contains metadata for your plugin.

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

[general]
name=STL Generator
qgisMinimumVersion=3.0
description=Generate STLs for 3D printing
version=1.1.0
author=Suheyb Aden
email=suheyb1@gmail.com

about=Plugin for generating a STL file based off of a raster file. Excludes nodata regions from the generated STL.

tracker=https://github.com/SuheybAden/STL_Generator-QGIS_Plugin/issues
repository=https://github.com/SuheybAden/STL_Generator-QGIS_Plugin
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog= Added new processing algorithms
			Improved the dimensional accuracy of the final STL(s)
			Fixed bug with excluding no data regions from the STL(s)
			Improved log messages


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

homepage=https://suheybaden.github.io/STL_Generator-QGIS_Plugin/
category=Raster
icon=icon.png

# experimental flag
experimental=False

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

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

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

