# 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=Frame Pixels
qgisMinimumVersion=2.18
description=Draw a square around points matching pixels borders.
version=0.5
author=Bruno Combal
email=bruno.combal@gmail.com

about=Create square polygon aroung points, which borders exactly fit pixels borders of a reference raster.

tracker=https://github.com/BrunoCombal/FramePixels/issues
repository=https://github.com/BrunoCombal/FramePixels
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=0.5 - Interface display projection values
    0.4 - Fixed bugs in box geolocation, new icon
    0.3 - Correcting bug in points geolocation
    0.2 - First functional version
    0.1 - Init

# Tags are comma separated with spaces allowed
tags=python vector points square raster pixel

homepage=https://github.com/BrunoCombal/FramePixels/wiki/Frame-Pixels
category=Vector
icon=icon.png
# experimental flag
experimental=True

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

