Adopt strict plugin entry module and otp_app conventions
Some checks failed
CI / Test (push) Failing after 35s

This commit is contained in:
2026-04-04 20:33:59 +02:00
parent 54d9bdd99c
commit ed0d4f9c0d
5 changed files with 30 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
"name": "my_plugin",
"version": "0.1.0",
"description": "TODO: Describe what this plugin does",
"entry_module": "MyPlugin.Plugin",
"entry_module": "Tribes.Plugins.MyPlugin.Plugin",
"host_api": "1",
"otp_app": "my_plugin",
"provides": [],