# 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.

[general]
author=Giuseppe De Marco
email=info@pienocampo.it
about=MultiEdit plugin for Qgis 2.x 2012 © Giuseppe De Marco This plugin is a python plugins that performs changing of attributes values of select features assigning the same value to all the selected item's atribute chosen in plugin gui. Added an options to select all the feature from a layer and set attribute's value to the one chosen in plugin's gui at once.
name=MultiEdit
description=MultiEdit chooses an attribute value from a vector layer and selecting the matching features, changes all the corresponding to a new value: useful if you have many features to modify.This plugin lets you write the new value in any existing field in the attribute table, for the selected features or newly created from plugin gui...
version=1.0
qgisMinimumVersion=2.0
class_name=MultiEdit
homepage=http://www.pienocampo.it/pyqgis2/plugins.xml
tracker=https://hub.qgis.org/projects/demarcog1/issues
repository=https://github.com/demarcog/MultiEdit.git
icon=multiedit.png

; experimental flag
experimental=false



