# 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=Worldwide night
qgisMinimumVersion=2.0
description=This plugin computes worldwide night geometry for a given date.
about=This plugin computes worldwide night geometry for a given date. The output is exported to a SHP file (Coordinate Reference system = EPSG:4326). Requirements: Matplotlib Basemap Toolkit Python library (>= 1.0.7). https://github.com/matplotlib/basemap
version=0.2.1
author=Cayetano Benavent
email=cayetano.benavent@geographica.gs

# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
    0.1 First version.

    0.2 Minor improvements.

    0.2.1 Added to vector menu

# Tags are comma separated with spaces allowed
tags= night, sunrise, sunset, worldwide

homepage=https://github.com/cayetanobv/QGIS-Plugin-worldwide-night
tracker=https://github.com/cayetanobv/QGIS-Plugin-worldwide-night/issues
repository=https://github.com/cayetanobv/QGIS-Plugin-worldwide-night
category=Vector
icon=icon.png
# experimental flag
experimental=False

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