# 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=wps4server
qgisMinimumVersion=2.8
description=OGC Web Processing Service for QGIS Server
version=1.0.1
author=DHONT René-Luc (3Liz)
email=rldhont@3liz.com
; if True it's a server plugin
server=True

about=wps4server add OGC Web Processing Service capabilities to QGIS server

tracker=http://github.com/3liz/qgis-wps4server/issues
repository=http://github.com/3liz/qgis-wps4server
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=server, wps, ogc

homepage=http://github.com/3liz/qgis-wps4server
category=server
icon=icon.png
# experimental flag
experimental=True

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

