# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Layer Metadata Dock
qgisMinimumVersion=2.0
description=An alternative layer dock panel for quick access to basic layer metadata.  
about=<p>This plugin adds a dock which you can use to group layers by a number of factors, like CRS, geometry type, extent etc.</p><p>You can access metadata across layers more easily, and copy values to the clipboard with Ctrl-C.</p><p>Access the dock using <b>View > Panels > Layer Metadata</b></p>
version=0.1
author=Steven Kay
email=stevendkay@gmail.com

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=layer,panel,dock,metadata,grouping

homepage=http://www.stevefaeembra.com/blog/2015/9/22/new-qgis-plugin-layer-metadata
tracker=https://github.com/stevefaeembra/LayerMetadata/issues
repository=https://github.com/stevefaeembra/LayerMetadata
category=Plugins
icon=icon.png
# experimental flag
experimental=True

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

