8 lines
215 B
TOML
8 lines
215 B
TOML
|
|
[project]
|
||
|
|
name = "lcr-connector"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Use as much 3 devices to reach target value for resistor, capacitor and inductor."
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.11"
|
||
|
|
dependencies = []
|