# 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=go2streetview
qgisMinimumVersion=2.0
description=Very simple plugin that allows to click on map and get a window with Google Street View or Bing Bird's Eye for the specified point.
version=1.0
author=Enrico Ferreguti
email=enricofer@gmail.com

# end of mandatory metadata

# Optional items:

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

# tags are comma separated with spaces allowed
tags=

homepage=http://hub.qgis.org/projects/go2streetview
tracker=ttp://hub.qgis.org/projects/go2streetview
repository=http://hub.qgis.org/projects/go2streetview/files
icon=icoStreetview.png
# experimental flag
experimental=False

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

