# 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=flickr2qgis
qgisMinimumVersion=2.0
description=import photos as shapefile from flickr
version=0.2.1
author=Riccardo Klinger, Geolicious
email=riccardo.klinger@geolicious.de

about=A plugin to search photos on flickr using a point, adress or region.

tracker=https://github.com/Geolicious/flickr2qgis/issues
repository=https://github.com/Geolicious/flickr2qgis
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=2016/02/22 v.0.2.1 increased number of maximum results
	2016/02/22 v.0.2 removed all debug lines
	2016/02/22 v.0.1.2 new icon in menu, fixed issue with printing debug lines
	2016/02/22 v.0.1.1 created new icon
	2016/02/22 v.0.1 initial commit

# Tags are comma separated with spaces allowed
tags=point, web, search, photos, flickr

homepage=https://github.com/Geolicious/flickr2qgis
category=Plugins
icon=icon.png
# experimental flag
experimental=True

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

