# 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=Layer From Clipboard
qgisMinimumVersion=3.0
description=Create layer from clipboard data
version=0.12
author=Jorge Almaraz
email=jalmmor@gmail.com

about=Layerfromclipboard is a plugin that allows users to create a memory layer with the clipboard data. The data can be a delimited text, html table or a spreadsheet.

tracker=https://github.com/jalmmor/layerfromclipboard/issues
repository=https://github.com/jalmmor/layerfromclipboard
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
  Version 0.12
    -Fixed a bug in data type check
  Version 0.11
    -Fixed a bug in windows on load dialog ui

# Tags are comma separated with spaces allowed
tags=python,vector,clipboard

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

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

