# 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=QEsg
qgisMinimumVersion=2.0
description=Sanitary Sewage System Networks Design
version=1.2.0
author=Jorge Almerio
email=jorgealmerio@yahoo.com.br
credits=Icons based on Freepik at www.flaticon.com 

about=Used Libraries: 
 -Qt matplotlib
 -dxfwrite (Embedded) from Manfred Moitzi

tracker=https://github.com/jorgealmerio/QEsg/issues
repository=https://github.com/jorgealmerio/QEsg
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=1.2.0 - 2016/07/11 - Improvements and minor bug:
 - Added Manhole representation to Profile
 - Added libraries information to this metadata
 - Added prefix to Blocks layer names too on exported DXF
 - Bug: Tiny Unnecessary deepening below interference on elevated slopes
 <p>1.1.0 - 2016/07/02 - Improvements:
 - Added DXF Export option
 <p>1.0.1 - 2016/06/22 - Improvements:
 - Added Examples Menu
 <p>1.0.0 - 2016/06/21 - Initial Release

# Tags are comma separated with spaces allowed
tags=network, network design, flow, hydraulics, sewer, sewage, sewerage, sanitary, waste water, sancad

homepage=https://github.com/jorgealmerio/QEsg/blob/master/README.md
category=Plugins
icon=qesg_icon.png
# experimental flag
experimental=False

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

