# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

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

# Mandatory items:


[general]
name=Color Ramp Manager
qgisMinimumVersion=2.0
description=plugin to manage and download color ramp definitions
version=0.3.0

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=
 0.3.0 : update to sip api v2 (and qgis 2.0) and update check bugfix
 0.2.2 : packaging fixes, updated to latest cpt-city 2.0.7
 0.2.1 : added selection package files to github, updated to latest cpt-city 2.0.6
 0.2   : support for new cpt-city metadata and qgis cpt-city packages

# tags are comma separated with spaces allowed
tags=style

homepage=http://hub.qgis.org/projects/colorrampmanager
tracker=http://hub.qgis.org/projects/colorrampmanager/issues
repository=https://github.com/etiennesky/colorrampmanager.git
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=Etienne Tourigny
email=etourigny dot dev at gmail dot com
