# This file contains metadata for your plugin.

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

[general]
name=GeoProfile
qgisMinimumVersion=3.16
description=Tool for generating geological profiles from 2D information and a DEM raster.
version=1.0
author=Silver Piedra
email=silverpiedraherrera@gmail.com

about=This plugin allows you to generate geological profiles from 2D lithology, bedding, and structural geology data.
homepage=https://github.com/silver9704/GeoProfile/blob/main/README.md
tracker=https://github.com/silver9704/GeoProfile/issues
repository=https://github.com/silver9704/GeoProfile
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
	1.0
	- Easy and intuitive user interface implementation.
	- Users can preview the profiles.
	- Added error handling for invalid input and output parameters.

# Tags are comma separated with spaces allowed
tags=geology, profile, cross-section, lithology, dem

category=Vector
icon=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.

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

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

