# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

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

[general]
name=Geoscience
qgisMinimumVersion=3.2
description=Tools for Geoscience & Exploration
version=0.62
author=Roland Hill
email=roland.hill@mmg.com

about=Geoscience: <b>Tools for Geoscience and Exploration</b><ul><li>Drill hole display</li><li>Vector tools</li><li>Raster tools</li></ul> Send ideas & requests to roland.hill@mmg.com

tracker=https://github.com/rolandhill/geoscience/issues
repository=https://github.com/rolandhill/geoscience
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
# changelog= <ul><li>0.6 Initial Release</li><li>0.62 Fix: <ul><li>Log file path issue on Linux.</li><li>Added Select All/None box to field selector box.</li><li>Remove Drive Change Letter (didn't support qgz files and easy to do in a text editor anyway.</li></ul></li></ul> 

# Tags are comma separated with spaces allowed
tags=python, geoscience, geology, geophysics, drill, drillhole, hole, drilling, borehole, well

homepage=https://rolandhill.github.io/geoscience/
category=Plugins
icon=icon/Geoscience.png
# experimental flag
experimental=True

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

