metadata.txt 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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=Digitizing Tools
  9. qgisMinimumVersion=3.4.0
  10. description=Subsumes different tools useful during digitizing sessions
  11. about=DigitizingTools is meant to be a compilation of tools missing in basic QGIS, especially when digitizing on existing features. It is a collaborative effort and does not contain CAD like functions meant for construction.
  12. category=Vector
  13. version=1.5.2
  14. # end of mandatory metadata
  15. # Optional items:
  16. # Uncomment the following line and add your changelog entries:
  17. # changelog=
  18. # tags are comma separated with spaces allowed
  19. tags=digitizing
  20. homepage=https://github.com/bstroebl/DigitizingTools/wiki
  21. tracker=https://github.com/bstroebl/DigitizingTools/issues
  22. repository=https://github.com/bstroebl/DigitizingTools
  23. icon=digitizingtools.png
  24. # experimental flag
  25. experimental=False
  26. # deprecated flag (applies to the whole plugin, not just a single version
  27. deprecated=False
  28. # Author contact information
  29. author=Bernhard Ströbl, Angelos Tzotsos (NTUA)
  30. email=b.stroebl@stroweb.de