# /***************************************************************************
#  MapColoring
#                                  A QGIS plugin
#  Coloring a map with minimal number of color
#                              -------------------
#         begin                : 2012-09-24
#         copyright            : (C) 2012-2015 by Alain Delplanque
#         email                : alaindelplanque@laposte.net
#  ***************************************************************************/

# /***************************************************************************
#  *                                                                         *
#  *   This program is free software; you can redistribute it and/or modify  *
#  *   it under the terms of the GNU General Public License as published by  *
#  *   the Free Software Foundation; either version 2 of the License, or     *
#  *   (at your option) any later version.                                   *
#  *                                                                         *
#  ***************************************************************************/
#
# This file contains metadata for your plugin.

# Mandatory items:

[general]
name=Coloring a map
qgisMinimumVersion=2.2
description=Coloring a map such that two contiguous polygons do not have the same color. The algorithm does not always provide a solution with a minimum number of colors.
version=0.2

# end of mandatory metadata

# Optional items:

changelog=CHANGELOG.md

# tags are comma separated with spaces allowed
tags=polygon,graph,color

homepage=https://gitlab.com/Balaitous/mapcoloring/wikis/home
tracker=https://gitlab.com/Balaitous/mapcoloring/issues
repository=https://gitlab.com/Balaitous/mapcoloring/tree/master
icon=icon.png
# experimental flag
experimental=True

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

# Author contact information
author=Alain Delplanque
email=alaindelplanque@laposte.net
