# 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=Customize ToolBars
qgisMinimumVersion=2.2
description=Create customs Toolbars for Qgis.
about=This plugin allows to create personalized tools, with the buttons the user desires. It is only necessary dragging from the list on the left and dropping in the list on the right, the tools that the user desires to add to any of the previously created toolbars.
version=0.2
author=Francisco Raga Lopez
email=franka1986@gmail.com

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=    
	** General **
    - Obtain missing Qgis Actions.
    - Add Processing Toolbox actions.
 
# tags are comma separated with spaces allowed
tags=productivity,tool,toolbars,style,work flow,configuration,processing

homepage=http://hub.qgis.org/projects/rt6avc2ia
tracker=http://hub.qgis.org/projects/rt6avc2ia/issues
repository=https://github.com/All4Gis/CustomToolBar
icon=images/icon.png

# experimental flag
experimental=False

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

