# 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=Pghydro Tools
qgisMinimumVersion=2.0
description=PgHydro Tools Interface for PgHydro Extension for PostgreSQL/PostGIS
version=2.0.2
author=PgHydro Team
email=pghydro.project@gmail.com

about=QGIS PgHydroTools Plugin is an interface used in QGIS to activate all functionality of PgHydro Extension for PostgreSQL/PostGIS
To use this plugin, you have to install the PgHydro extension for PostgreSQL/PostGIS at https://github.com/pghydro/pghydro

tracker=www.github.com/pghydro/pghydrotools
repository=www.github.com/pghydro/pghydrotools
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
# changelog=
	2.0.1 - "No module named resources_rc" fixed.
	2.0.2 - Execute and Return Queries update.
			...
	
# Tags are comma separated with spaces allowed
tags=spatial database system, otto pfafstetter, drainage, hydrology, hydrography, hydro

homepage=www.pghydro.org
category=Database
icon=icon.png
# experimental flag
experimental=True

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

