# 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=PIBC
qgisMinimumVersion=3.0
description=A plugin to place SEM images to the QGIS canvas by their coordinates.
version=1.1.0
author=WiscSIMS (Kouki Kitajima)
email=kitajim@wisc.edu

about=This plugin allows you to arrange images taken with a microscope or electron microscope on a canvas according to the coordinates in their metadata.

tracker=https://github.com/wiscsims/PIBC
repository=https://github.com/wiscsims/PIBC
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
    1.1.0 : Add Zeiss microscope module
    1.0.1 : fix: Hitachi S3400 module
    1.0.0 : First Release

# Tags are comma separated with spaces allowed
tags=raster, python, SEM, microscope, image, coordinates

homepage=https://github.com/wiscsims/PIBC.git
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

