# 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.

[general]
name=ScriptRunner 3
about=Load and run scripts. NOTE: For Windows you need the pywin32 module. ScriptRunner attempts to install it for you if it isn't rpresent on your system (Windows only).

description=Run scripts to automate QGIS tasks
version=3.0.5
qgisMinimumVersion=2.99
qgisMaximumVersion=3.99

changelog=Attempt to install missing win32api when plugin is installed (Windows only)

homepage=http://g-sherman.github.io/Script-Runner
tracker=https://github.com/g-sherman/Script-Runner/issues
repository=https://github.com/g-sherman/Script-Runner
tags=python,scripts,pyqgis
icon=icon.png

experimental=False
deprecated=False

author=GeoApt LLC
email=gsherman@geoapt.com
