# This file contains metadata for your plugin. Since 
# version 3.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=Canadian Web Services
qgisMinimumVersion=3.0
description=This plugin provides easy access to many geospatial web services in the Canadian (.ca) domain.
version=0.1
author=Nathan Torrence
email=towence47@gmail.com

about=This loads a subset of Canadian geospatial web services that have been discovered as open and available. It is populated from an evergreen list of services, harvested weekly from the .ca landscape. It allows the user to add all layers of each service and retain the service connection in the user profile for later use.

tracker=https://github.com/eswright/cgdi-qgis-services/issues
repository=https://github.com/eswright/cgdi-qgis-services
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=Python,Canada,WMS,WFS,ESRI MapServer,Web Services

homepage=https://github.com/eswright/cgdi-qgis-services
category=Web
icon=icon.png
# experimental flag
experimental=True

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

