# 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=Seismic Positioning Data Importer
qgisMinimumVersion=3.0
description=This plugin imports Seismic Positioning or Navigation data from various formats such as P1/11 (P111), P1/90 (P190), SPS.
version=0.5
author=Gurpreet Singh
email=gurpreet.s.singh@gmail.com

about=This plugin is used to import Seismic Positioning data in published data exchange formats such as P1/11, P1/90 or SPS. It loads the data in csv (for points) and shapefiles (for lines).

tracker=https://github.com/gsingh7/SeisPos_Import/issues
repository=https://github.com/gsingh7/SeisPos_Import
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=Add fix for ignoring binary characters in file.

# Tags are comma separated with spaces allowed
tags=import, shapefile, vector, seismic, SPS, P190, P111, P1/90, P1/11

homepage=https://github.com/gsingh7/SeisPos_Import
category=Vector
icon=icon.png
# experimental flag
experimental=False

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

