# 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=iRods
qgisMinimumVersion=2.3
description= Qgis plugin to connect to any iRods (open source http://irods.org) datastore
version=3.2
about=Plugin for a popular open source GIS platform called QGIS (http://www.qgis.org/). The plugin allows one to | Connect to any iRODS (open source http://www.irods.org) datastore directly from QGIS | Import a spatial file from irods datastore to open map canvas on QGIS | Save a layer from the map canvas on QGIS to your iRODS datastore as a spatial files
author=Amit Juneja
email=amitj@email.arizona.edu

# End of mandatory metadata

# Optional items:

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

# Tags are comma separated with spaces allowed
tags=

homepage= https://github.com/BioComputing/irods-qgis
tracker= https://github.com/BioComputing/irods-qgis/issues
repository= https://github.com/BioComputing/irods-qgis
icon=icon.png
# experimental flag
experimental=False

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

