# 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=MBTiles images extract
qgisMinimumVersion=2.0
description=With this QGIS plugin you can take an MBTiles file and extract all the tiles as images to a local folder. This plugin can be very useful for debugging processes.
version=0.1
author=Cayetano Benavent
email=cayetanobv@gmail.com

# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
changelog=0.1 First version

# Tags are comma separated with spaces allowed
tags=MBTiles, tiles, extract, images, jpg, png

homepage=https://github.com/cayetanobv/QGIS-Plugin-MBTiles2img
tracker=https://github.com/cayetanobv/QGIS-Plugin-MBTiles2img/issues
repository=https://github.com/cayetanobv/QGIS-Plugin-MBTiles2img
icon=icon.png
# experimental flag
experimental=True

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

