# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

# This file should be included when you package your plugin.

# Mandatory items:


[general]
name=QuickPrint
qgisMinimumVersion=2.0
description=Create a quick print with a minimum of fuzz.
version=0.4
author=Marco Duiker (MD-kwadraat)
email=info@md-kwadraat.nl
about=Create a quick print on a fixed template build into the plugin. The print will include a title, subtitle, scalebar, date, attribution and remarks. The user can choose between A3 and A4 and between portrait and landscape. The plugin can be adapted so that a logo is included on the print. This explained in the help. 

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=autocompile and resize dialog; beter about in metadata

# tags are comma separated with spaces allowed
tags=print

homepage=https://github.com/MarcoDuiker/QGIS_QuickPrint
tracker=https://github.com/MarcoDuiker/QGIS_QuickPrint/issues
repository=https://github.com/MarcoDuiker/QGIS_QuickPrint
icon=icon.png
# experimental flag
experimental=False

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

