# 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=Geoprivacy
qgisMinimumVersion=3.0
description=A set of location privacy tools for geographic data.
version=1.0.3
author=Juan Duque, Angelly Pugliese
email=pjduque@uninorte.edu.co, angellyp@uninorte.edu.co

about=Protect your datasets before publishing or putting them on maps with a suite of Location Privacy Protection Mechanisms. In GeoPriv you can choose between three location privacy methods that can be found in scientific articles and that we have implemented to be easily used by technical and non-technical users, providing location privacy for everyone!

tracker=https://github.com/Diuke/GeoPriv/issues
repository=https://github.com/Diuke/GeoPriv
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
	1.0 - First stable release
	1.0.1 - Added header with homepage information
	1.0.2 - Bug fixed where a layer couldn't deep copy because QVariant objects
	1.0.3 - Removed unused library that was having conflicts

# Tags are comma separated with spaces allowed
tags=python,location privacy,geoprivacy,privacy protection

#homepage=https://diuke.github.io/
category=Vectorial
icon=GeoPriv/icon.png
# experimental flag
experimental=False

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

