[general]
name=ThreePointMethod
qgisMinimumVersion=3.0
description=Determine the orientation of geological surfaces using the three-point vector method.
version=0.1
author=Ewelina Brach
email=ewebrach@gmail.com

about=The ThreePointMethod plugin calculates a plane's strike, dip and dip direction using the three-point vector method.

tracker=https://github.com/ThreePointPlugin/ThreePoint/issues
repository=https://github.com/ThreePointPlugin/ThreePoint


# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=0.1
	- share the plugin

# Tags are comma separated with spaces allowed
tags=threepointmethod, dip, strike, dipDirection, python

homepage=https://github.com/ThreePointPlugin/ThreePoint
category=Vector
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=

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

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

