# 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.4.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 paper sizes and between portrait and landscape paper orientation.

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=

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

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

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

