This commit is contained in:
VineFeeder
2026-01-15 12:15:14 +00:00
parent 377ba82545
commit 8f61d97bbd
22 changed files with 2217 additions and 303 deletions
+2 -1
View File
@@ -9,13 +9,14 @@ dependencies = [
"envied", # resolved via [tool.uv.sources] at the workspace root
"PyQt6", # or GUI toolkit(s)
"rich",
"xmltodict>=1.0.2",
]
[project.scripts]
vinefeeder = "vinefeeder.__main__:main" # GUI entry point
[build-system]
requires = ["uv_build>=0.8.12,<0.9.0"]
requires = ["uv_build>=0.8.12,<1.0.0"]
build-backend = "uv_build"
[tool.uv.package-data]