
# 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=Diff
qgisMinimumVersion=2.0
description=Diff between a vector and a text file
about=Diff Plugin for Qgis helps comparaison of data in a vector versus a text file. You verify which data misses the vector or the text file to be completed.
version=1.0
author=jhemmi.eu
email=jean@jhemmi.eu

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog= 1.0 for French translation

# Tags are comma separated with spaces allowed
tags= diff,vector,csv,testfile separated,difference

homepage=https://github.com/jhemmi/QgisDiffPlugin/wiki/Qgis-Diff-Plugin-usage-&-installation
tracker=https://github.com/jhemmi/QgisDiffPlugin/issues
repository=https://github.com/jhemmi/QgisDiffPlugin
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

