# Mandatory items:
[general]
name=QGIS Redistricting
qgisMinimumVersion=3.18
description=Tool for drawing districting plans from geographic units
version=0.0.2-alpha
author=Cryptodira
email=stuart@cryptodira.org

about=Create redistricting plans from geographic units. Calculation of cut edges score requires installation of GeoPandas and GerryChain python package. See https://github.com/mggg/gerrychain.

tracker=https://github.com/couteau/qgis_redistricting/issues
repository=https://github.com/couteau/qgis_redistricting/tree/main/redistricting
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=districting,redistricting,democracy,gerrymandering

homepage=https://github.com/couteau/qgis_redistricting
help=https://couteau.github.io/qgis_redistricting/
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.
# plugin_dependencies=

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

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