# 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=Raster Vision
qgisMinimumVersion=3.0
description=Work with Raster Vision data in QGIS
version=0.8
author=Azavea
email=remanuele@azavea.com

about=The Raster Vision QGIS plugin allows users to visualize experiment files and make predictions using deep learning models created by Raster Vision. Requires the 'rastervision' package, which can be found on pypi.

tracker=https://github.com/azavea/raster-vision-qgis/issues
repository=https://github.com/azavea/raster-vision-qgis
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=python

homepage=https://github.com/azavea/raster-vision-qgis
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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