# This file contains metadata for your plugin.

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

[general]
name=Sort Layers
qgisMinimumVersion=2.99
qgisMaximumVersion=3.99
description=Sorts layers in Layers Panel alphabetically
version=0.4
author=Mikhail Minin
email=m.minin@jacobs-university.de

about=Arrange alphabetically all layers in the Layers Panel (from A to Z, or from Z to A).

tracker=https://github.com/mminin/QGIS-misc-plugins/issues
repository=https://github.com/mminin/QGIS-misc-plugins
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=sort, layers

homepage=https://github.com/mminin/QGIS-misc-plugins
category=Layers
icon=iconAZ.png
# experimental flag
experimental=True

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

