# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Space trace
qgisMinimumVersion=3.40.0
description=Draws the spacecraft's flight path over the Earth's surface
version=0.9.1
author=Yuriy Malyshev
email=yuaren@yandex.ru

about=Draws the spacecraft's flight path over the Earth's surface

tracker=https://github.com/YuarenArt/Space-trace/issues
repository=https://github.com/YuarenArt/Space-trace
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=  
            Version 0.9.1
            * Updated the logic of saving the received data
            Version 0.9
            * Updated ui and logic
            Version 0.8.1 
            * Added the ability to select local data TLE/OMM
            Version 0.8 
            * Added saving TLE/OMM data localy
            Version 0.7.2 
            * Refactored project's structure 



# Tags are comma separated with spaces allowed
tags=python space orbit trace earth 

homepage=https://github.com/YuarenArt/Space-trace/blob/main/README.md
category=Vector
icon=icon.png
# experimental flag
experimental=True

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

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=

# If the plugin can run on QGIS Server.
server=False

