# 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=Digitizr
qgisMinimumVersion=2.14
description=Digitize a line and have a buffer around it immediately at set width.
about=A set of digitizing tools (currently one) to speed up certain tasks. Contact us to add more to it: https://nextgis.com/contact
version=0.0.4
author=NextGIS
email=info@nextgis.com

# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
changelog=

# Tags are comma separated with spaces allowed
tags=nextgis, digitize, tool, buffer

homepage=https://github.com/nextgis/qgis.digitizr
tracker=https://github.com/nextgis/qgis.digitizr/issues
repository=https://github.com/nextgis/qgis.digitizr
icon=icons/plugin.png

# experimental flag
experimental=False

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