# 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=RF Tools
qgisMinimumVersion=3.0
description=Simple Tools for RF and Wireless Telecom Engineers.
version=3.4
author=Leonard Fodje
email=mbebs@live.com

about=RF Tools are a collection of simple tools to aid the RF engineer. These are:- Site See,for sector visualization, PCI and RSI planning, Azimuth Optimizer, Tilt Optimizer, Basic Coverage prediction and Interference Analysis for both LTE (4G) and NR (5G) networks.

tracker=https://github.com/mbebs/RFTools
repository=https://github.com/mbebs/RFTools
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=RF, Tools, Engineer, Telecom, Wireless, LTE, NR, 5G, 4G, Coverage, Interference, Site See, PCI, RSI, Azimuth Optimizer, Tilt Optimizer, Basic Coverage, Interference Analysis.

homepage=https://github.com/mbebs/RFTools
category=Plugins
icon=icon.svg
# experimental flag
experimental=False

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

