# 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=Map Export
qgisMinimumVersion=3.0
description=Select a Print Layout, export a PDF, JPG and metadata, zip up the files.
version=1.0.2
about=This plugin supports MapAction's file upload processes, allowing a zip file to be created for upload to MapAction's Maps and Data Catalogue. The plugin creates a new folder (named using the Print Layout name) in a location of the user's choice, saves PDF and JPG exports of the Composer into it, creates a metadata XML file in the same location, then zips the folder contents, and saves it alongside the folder. With thanks to Harrissou Sant-Anna (Conseil d'Architecture, d'Urbanisme et de l'Environnement du Maine-et-Loire) for the Maps Printer plugin, on which this was originally based.
author=Ant Scott (MapAction.org)
email=ascott@mapaction.org

# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
changelog=Version 1.0.2 (2020-04-18) - Minor bug fixes 
    Version v.1.0.1 (2020-02-22) - Initial version

# Tags are comma separated with spaces allowed
tags = print, export, map, layout, metadata

homepage=https://github.com/mapaction/mapexport-qgis3
tracker=https://github.com/mapaction/mapexport-qgis3/issues
repository=https://github.com/mapaction/mapexport-qgis3
icon=icons/icon.png
# experimental flag
experimental=True

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