# This file contains metadata for your plugin.

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

[general]
name=Not-So-QT-DEM
qgisMinimumVersion=3.0
#qgisMaximumVersion=4.99
description=TauDEM 5.3 processing provider
version=0.1.3
author=Shihab E.
email=hh9on4rqo@mozmail.com

supportsQt6=True

about=A processing provider for Terrain Analysis Using Digital Elevation Models (TauDEM) version 5.3 (Windows only) <u>https://hydrology.usu.edu/taudem/taudem5/</u><br>This plugin requires downloading and installing the TauDEM tools manually <u>https://hydrology.usu.edu/taudem/taudem5/downloads.html</u>.<br>Executable paths on QGIS default to the defaults of the TauDEM installer. If you changed the install paths, make sure you do the same for this plugin from QGIS processing settings.<br><br><i>Disclaimer: This plugin is not affiliated with the TauDEM project.</i>

tracker=https://codeberg.org/Shihab-E/Not-So-QT-DEM/issues
repository=https://codeberg.org/Shihab-E/Not-So-QT-DEM
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog=0.1.3 Ditched github for repo (as you all should), enabled QT6 support, removed expiremental flag, a fix for older python version.
    0.1.2 Bug fixes for plugin init, minor changes.

# Tags are comma separated with spaces allowed
tags=python,processing,taudem,hydrology,watershed analysis,terrain analysis

homepage=https://codeberg.org/Shihab-E/Not-So-QT-DEM
category=Analysis
icon=img/logo.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
