# 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=Sync Composer With Map
qgisMinimumVersion=2.0
description=Sync the map canvas extents with composer map
about=This plugin will install a new button on the Plugin toolbar.  When you click the button, the plugin will grab the current map canvas extents and scale and will synchronize those values with the first map found in composer. 
version=0.1.4
author=Ed B
email=boesiii@yahoo.com

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog= Had a problem on windows 32 bit.  Changed method to grab the composer map. Revised readme.txt to equal about.

# tags are comma separated with spaces allowed
tags=composer

homepage=https://github.com/boesiii/synccomposerwithmap
tracker=https://github.com/boesiii/synccomposerwithmap/issues
repository=https://github.com/boesiii/synccomposerwithmap
icon=icon.png
# experimental flag
experimental=True

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

