feat: finish legacy project and move it as packaged python project
This commit is contained in:
@@ -1,7 +1,20 @@
|
||||
[project]
|
||||
name = "lcr-connector"
|
||||
version = "0.1.0"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user