metadata.txt 895 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # This file contains metadata for your plugin. Since
  2. # version 2.0 of QGIS this is the proper way to supply
  3. # information about a plugin. The old method of
  4. # embedding metadata in __init__.py will
  5. # is no longer supported since version 2.0.
  6. # This file should be included when you package your plugin.# Mandatory items:
  7. [general]
  8. name=Layman
  9. qgisMinimumVersion=3.0
  10. description=Layman
  11. version=0.9
  12. author=jan vrobel
  13. email=vrobel.jan@seznam.cz
  14. about=Export json to Atlas server
  15. tracker=http://bugs
  16. repository=http://repo
  17. # End of mandatory metadata
  18. # Recommended items:
  19. # Uncomment the following line and add your changelog:
  20. # changelog=
  21. # Tags are comma separated with spaces allowed
  22. tags=python
  23. homepage=http://homepage
  24. category=Plugins
  25. icon=icon.png
  26. # experimental flag
  27. experimental=False
  28. # deprecated flag (applies to the whole plugin, not just a single version)
  29. deprecated=False