1
0
Files
LCRConnector/legacy/pyproject.toml

21 lines
472 B
TOML
Raw Normal View History

2026-06-02 21:08:48 +08:00
[project]
name = "lcr-connector"
version = "1.0.0"
2026-06-02 21:08:48 +08:00
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" }
]
2026-06-02 21:08:48 +08:00
requires-python = ">=3.11"
classifiers = [
"Private :: Do Not Upload",
]
2026-06-02 21:08:48 +08:00
dependencies = []
[project.scripts]
lcr-connector = "lcr_connector:main"
[build-system]
requires = ["uv_build>=0.8.0,<0.9"]
build-backend = "uv_build"