# 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=Geometry copier
qgisMinimumVersion=1.8
qgisMaximumVersion=2.1
description=Plugin for copying geometry between features
version=0.3.0
author=Nikulin Evgeniy
email=nikulin.e at gmail.com

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog: 0.3.0   Plugin buttons moved to Vector menu and Digitaizing panel
        Check layers type added
        Auto enabling/disabling for buttons added
    0.2.0   Migrate to QGIS 2.x API

# tags are comma separated with spaces allowed
tags=vector, geometry, copy

homepage=https://github.com/yellow-sky/GeometryCopier/wiki
tracker=https://github.com/yellow-sky/GeometryCopier/issues
repository=https://github.com/yellow-sky/GeometryCopier
icon=mActionEditPasteGeom.png
# experimental flag
experimental=True

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

