# 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
# git sha : $Format:%H$
# This file should be included when you package your plugin.

[general]
name=Plugin Builder
description=Creates a QGIS plugin template for use as a starting point in plugin development
version=Version 2.1.0
qgisMinimumVersion=2.0

changelog=2014-05-08 Completely overhauled plugin builder so that the generated plugin is python standards friendly and has a usable test framework from the outset.

homepage=http://hub.qgis.org/projects/plugin-builder
tracker=http://hub.qgis.org/projects/plugin-builder/issues
icon=icon.png

experimental=True
deprecated=False

author=GeoApt LLC
email=gsherman@geoapt.com
