metadata.txt 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # This file contains metadata for your plugin.
  2. # This file should be included when you package your plugin.# Mandatory items:
  3. [general]
  4. name=custom
  5. qgisMinimumVersion=3.0
  6. description=custom
  7. version=0.1
  8. author=custom
  9. email=custom
  10. about=Provide a brief description of the plugin and its purpose.
  11. tracker=http://bugs
  12. repository=http://repo
  13. # End of mandatory metadata
  14. # Recommended items:
  15. hasProcessingProvider=no
  16. # Uncomment the following line and add your changelog:
  17. # changelog=
  18. # Tags are comma separated with spaces allowed
  19. tags=python
  20. homepage=http://homepage
  21. category=Plugins
  22. icon=icon.png
  23. # experimental flag
  24. experimental=True
  25. # deprecated flag (applies to the whole plugin, not just a single version)
  26. deprecated=False
  27. # Since QGIS 3.8, a comma separated list of plugins to be installed
  28. # (or upgraded) can be specified.
  29. # Check the documentation for more information.
  30. # plugin_dependencies=
  31. Category of the plugin: Raster, Vector, Database or Web
  32. # category=
  33. # If the plugin can run on QGIS Server.
  34. server=False