# 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=Data Plotly
qgisMinimumVersion=2.99
qgisMaximumVersion=3.98
description=D3 Plots for QGIS
version=1.4
author=Matteo Ghetta (Faunalia)
email=matteo.ghetta@gmail.com

about=Draw D3 plots in QGIS

tracker=https://github.com/ghtmtt/DataPlotly/issues
repository=https://github.com/ghtmtt/DataPlotly
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
  Version 1.4
  - [feature] update plotly.js to v 1.33.1
  - [feature] multiple selection with Shift + selection tool
  - [feature] DataPlotly as Processing provider, thanks to Michaël Douchin of 3Liz

# Tags are comma separated with spaces allowed
tags=python, d3, plots, vector, graphs

homepage=https://github.com/ghtmtt/DataPlotly
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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