# 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=ArcheoCAD
qgisMinimumVersion=3.4
description=Generates a vectorial layer of Polygons, Rectangles, Circles and Ellipses using vertices.
version=3.2.2
author=Nariman Hatami - INRAP
email=developpement-qgis@inrap.fr
about=This plugin is developed on the demand of INRAP archaelogists and topographers and it is in particular adapted for archaeological field survey.


# end of mandatory metadata

# Optional items:

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

# tags are comma separated with spaces allowed
tags=polygon, circle, ellipse, rectangle, archaeology, topography, vector, polyline

homepage=https://github.com/narimanInrap/ArcheoCAD/blob/master/README.md
tracker=https://github.com/narimanInrap/ArcheoCAD/issues
repository=https://github.com/narimanInrap/ArcheoCAD
icon=icons/ArcheoIcon.png
# experimental flag
experimental=False

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

