# 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=QuickPrint
qgisMinimumVersion=2.99
qgisMaximumVersion=3.99
description=The QuickPrint Plugin for QGIS3
version=3.6.1
author=Marco Duiker - MD-kwadraat
email=info@md-kwadraat.nl

about=The QuickPrint plug-in provides a simple way to quickly create a pdf from the map as shown in the map pane. 

    The map is not just a screenshot, but a real map with a title, subtitle, scalebar, date, attribution and remarks. In this way you get a decent print without the hassle of setting up and using print templates. 

    You can choose between A3 and A4 (or ANSI-A and ANSI-B) paper sizes and between portrait and landscape paper orientation.

    Some customizations are possible, like putting a logo on the page and setting a different font and font size. Now, it is also possible to set a default attribution and a default remark.

tracker=https://github.com/MarcoDuiker/QGIS_QuickPrint/issues
repository=https://github.com/MarcoDuiker/QGIS_QuickPrint/
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=Fixed issue #14, improved file handling and messaging.

# Tags are comma separated with spaces allowed
tags=print template

homepage=https://github.com/MarcoDuiker/QGIS_QuickPrint/
category=Web
icon=icon.png
# experimental flag
experimental=False

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

