metadata.txt 729 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # This file contains metadata for your plugin. Beginning
  2. # with version 1.8 this is the preferred way to supply information about a
  3. # plugin. The current method of embedding metadata in __init__.py will
  4. # be supported until version 2.0
  5. # This file should be included when you package your plugin.
  6. # Mandatory items:
  7. [general]
  8. name={0}
  9. qgisMinimumVersion=3.0
  10. description={1}
  11. about={2}
  12. version=1.0.0
  13. author={3}
  14. email={4}
  15. # end of mandatory metadata
  16. # Optional items:
  17. # Uncomment the following line and add your changelog entries:
  18. changelog=
  19. # tags are comma separated with spaces allowed
  20. tags=
  21. homepage={5}
  22. tracker=
  23. repository={5}
  24. icon=icon.png
  25. # experimental flag
  26. experimental=False
  27. # deprecated flag
  28. deprecated=False