# 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=Anaximandre
qgisMinimumVersion=2.99
qgisMaximumVersion=3.99
description=A plugin for auto drawing 3D Shapefiles from topographical survey.  
version=1.2
author=F.Fouriaux Eveha
email=francois.fouriaux@eveha.fr

about=Dessin automatisé de shapeFile 3D à partir de fichiers csv au format Num,X,Y,Z,Desc1,Desc2,Code.

tracker=https://github.com/FFouriauxEveha/Anaximandre/issues
repository=https://github.com/FFouriauxEveha/Anaximandre/tree/Anaximandre_Qgs3
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=csv, topography, shapefile, geometry, cad, 3D, codification

homepage=https://github.com/FFouriauxEveha/Anaximandre
category=Vector
icon=icon.png
# experimental flag
experimental=False

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

