Update kicad addon metadata description

This commit is contained in:
jaseg 2025-12-18 16:59:06 +01:00
parent 800d705e02
commit 7fe1f457dd
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
{ {
"$schema": "https://go.kicad.org/pcm/schemas/v1", "$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "KiCoil", "name": "KiCoil",
"description": "Planar inductor supporting spiral coils, toroidal coils, and hybrids", "description": "Planar inductor supporting arbitrary shapes of spiral coils, toroidal coils, and hybrids",
"description_full": "KiCoil generates planar inductors as footprints. Currently, circular spiral and toroid inductors are supported. KiCoil supports arbitrary intermediates between spiral and toroid inductors. By playing around with this, you can create inductors that have lower parasitics and higher self-resonant frequency than standard multilayer spiral inductors.", "description_full": "KiCoil generates planar inductors as footprints. It supports arbitrary shapes with presets such as circles, rectangles, circular sectors, and SVG import for arbitrary shapes. It can generate spiral and toroid inductors as well as arbitrary intermediates between spiral and toroid inductors. By playing around with this, you can create inductors that have lower parasitics and higher self-resonant frequency than standard multilayer spiral inductors.",
"identifier": "de.jaseg.kicoil", "identifier": "de.jaseg.kicoil",
"type": "plugin", "type": "plugin",
"author": { "author": {
@ -47,4 +47,4 @@
} }
], ],
"runtime": "ipc" "runtime": "ipc"
} }

2
uv.lock generated
View file

@ -569,7 +569,7 @@ wheels = [
[[package]] [[package]]
name = "kicoil" name = "kicoil"
version = "0.11.0" version = "0.11.1"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "beautifulsoup4" }, { name = "beautifulsoup4" },