metadata.txt 1.4 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=easyPlugin
  9. qgisMinimumVersion=3.0
  10. description=Plugin which creates a simple QGIS plugin templates ready for install, editing and testing
  11. about=easyPlugin is tool for beginner developers who started making plugins for QGIS.
  12. Its logic based on existing plugin called PluginBuider and basically makes a zip-archive which can be installed as a plugin in QGIS. Plugin contains two tools: easyPlugin itself and Scripter - a tool for testing raw python plugin code and other scripts.
  13. A detailed guide can be seen in github page or plugin website.
  14. version=1.0.0
  15. author=Pavel Pereverzev
  16. email=pavelpereverzev93@gmail.com
  17. # end of mandatory metadata
  18. # Optional items:
  19. # Uncomment the following line and add your changelog entries:
  20. changelog=
  21. # tags are comma separated with spaces allowed
  22. tags=plugin,module,template,development,wizard
  23. homepage=https://pereverzev.info/easyPlugin/
  24. tracker=https://github.com/Kylsha/easyPlugin/issues
  25. repository=https://github.com/Kylsha/easyPlugin
  26. icon=icon.png
  27. # experimental flag
  28. experimental=False
  29. # deprecated flag
  30. deprecated=False