metadata.txt 1011 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=MnCheck
  9. qgisMinimumVersion=3.0
  10. description=Contrôle des données FTTH format MN
  11. version=0.7.2
  12. author=Manche Numérique 2019
  13. email=sig@manchenumerique.fr
  14. about=Auto-contrôle des livrables FTTH aux formats Manche Numérique
  15. tracker=
  16. repository=
  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://www.manchenumerique.fr/
  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