[project] name = "lcr-connector" version = "1.0.0" description = "Use as much 3 devices to reach target value for resistor, capacitor and inductor." readme = "README.md" authors = [ { name = "yyc12345", email = "yyc12321@outlook.com" } ] requires-python = ">=3.11" classifiers = [ "Private :: Do Not Upload", ] dependencies = [] [project.scripts] lcr-connector = "lcr_connector:main" [build-system] requires = ["uv_build>=0.8.0,<0.9"] build-backend = "uv_build"