# 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=Flight Simulator Tools
qgisMinimumVersion=3.10
description=A set of tools to export spatial content to Flight Simulator 2020
version=0.2
author=Mathieu Pellerin
email=nirvn.asia@gmail.com

about=A set of tools to export spatial content to Flight Simulator 2020

tracker=https://github.com/nirvn/FlightSimulatorTools/issues
repository=https://github.com/nirvn/FlightSimulatorTools

# Recommended items:

# Uncomment the following line and add your changelog:
changelog= v0.2, avoid creating incompatible .PLN files by limiting permitted characters for waypoint names

# Tags are comma separated with spaces allowed
tags=flight,simulator,plan

#homepage=
category=flight
icon=icon.png
# experimental flag
experimental=False

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

