Restructure web app directories

This commit is contained in:
武阳
2026-05-06 12:01:22 +08:00
parent 2ea3a63447
commit 4e9ea0e3bb
12 changed files with 22 additions and 12 deletions
+8 -2
View File
@@ -36,6 +36,13 @@ dependencies = [
"fastapi>=0.110",
"uvicorn>=0.27",
"pydantic>=2.5",
"openpyxl>=3.1",
"pyarrow>=15",
]
[project.optional-dependencies]
dev = [
"httpx>=0.28",
]
[project.urls]
@@ -51,11 +58,10 @@ include-package-data = true
[tool.setuptools.packages.find]
where = ["."]
include = ["src*"]
include = ["src*", "backend*"]
[tool.setuptools.package-data]
src = [
"reference_data/*.json",
"gui/static/*",
"skills/bundled/*/SKILL.md",
]