# This file contains metadata for your plugin.

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

[general]
name=MiMiGIS
qgisMinimumVersion=3.0
description=This plugin contains tools for teaching introductory QGIS.
version=1.0.2
author=Maja Cannavo and Joseph Holler
email=josephh@middlebury.edu

about=This plugin contains tools for teaching introductory QGIS.

tracker=https://github.com/GIS4DEV/MiMiGIS/issues
repository=https://github.com/GIS4DEV/MiMiGIS
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
changelog=
	1.0.2:
	- Remove experimental status.
	1.0.1: 
	- Fix bug for case where the user does not have any SVG paths yet
	- Fix SVG code so that SVGs can still be used in Illustrator
	1.0: 
	- First release of MiMiQGIS!

# Tags are comma separated with spaces allowed
tags=dissolve,svg icons,direction,azimuth,group

homepage=https://github.com/GIS4DEV/MiMiGIS
category=Analysis
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
