# 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=ExcelSync
qgisMinimumVersion=3.0
description=Links an Excel (.xlsx) file to a Shapefile (or any other layer). For every row on the layer a row in the Excel file is created. Derived information like area or centroid can be added to the Excel row and will be kept in sync when the layer is changed. Derived attributes can be calculated with any kind of QGIS expression.<div>Icons made by <a href="https://www.flaticon.com/authors/pixel-perfect" title="Pixel perfect">Pixel perfect</a> and <a href="https://www.freepik.com/" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>, licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
version=3.6
author=OPENGIS.ch, carolinux
email=info@opengis.ch

about=Links an Excel (.xls) file to a Shapefile (or any other layer). For every row on the layer a row in the Excel file is created. Derived information like area or centroid can be added to the Excel row.

tracker=https://github.com/opengisch/qgis_excel_sync/issues
repository=https://github.com/opengisch/qgis_excel_sync
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=excel,shape,attribute assistant

homepage=https://github.com/opengisch/qgis_excel_sync
category=Vector
icon=gui/ExcelSync.svg
# experimental flag
experimental=False

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

