Fix kicad plugin infrastructure stuff

This commit is contained in:
jaseg 2025-12-09 22:36:23 +01:00
parent ce74278bf6
commit f19e3f3d7a
4 changed files with 47 additions and 101 deletions

View file

@ -5,7 +5,7 @@
"description": "Planar inductor supporting spiral coils, toroidal coils, and hybrids",
"runtime": {
"type": "python",
"min_version": 3.13
"min_version": "3.13"
},
"actions": [
{
@ -14,7 +14,7 @@
"description": "Generates planar spiral inductors, toroidal inductors, and hybrids thereof",
"show-button": true,
"scopes": ["pcb"],
"entrypoint": "kicoil_plugin_action.py",
"entrypoint": "kicoil_action.py",
"icons-light": ["icon-light.png"],
"icons-dark": ["icon-dark.png"]
}