# This file contains metadata for your plugin.
# This file should be included when you package your plugin.

# Mandatory items:
[general]
name=Roll
qgisMinimumVersion=3.28
description=Design and analysis of 3D seismic survey geometries
version=0.2.1
author=Duijndam.Dev
email=Bart.Duijndam@ziggo.nl
about=Design and analysis of 3D seismic survey geometries
tracker=https://github.com/MrBeee/roll/issues
repository=https://github.com/MrBeee/roll
# End of mandatory metadata

# Recommended items:
hasProcessingProvider=no
changelog=2024-03-13 (0.2.1) Initial release on the QGIS plugin website

# Tags are comma separated with spaces allowed
tags=3D seismic, seismic survey design, SPS data

homepage=https://github.com/MrBeee/roll
category=Plugins
icon=icon.png

# experimental flag
experimental=True

# 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.
# See: https://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/plugins/plugins.html
plugin_dependencies=numpy==1.25.2,pyqtgraph==0.13.3,rasterio==1.3.6,wellpathpy==0.5.0

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

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