feat: Refactor code structure to move web-related components to the webui module and update references accordingly

This commit is contained in:
JB
2025-12-21 08:12:48 -08:00
parent 5303dcf681
commit 938e122166
40 changed files with 161 additions and 93 deletions
+5 -5
View File
@@ -62,11 +62,11 @@ allow-direct-references = true
[project.gui-scripts]
abogen = "abogen.web.app:main"
abogen = "abogen.webui.app:main"
[project.scripts]
abogen-cli = "abogen.web.app:main"
abogen-web = "abogen.web.app:main"
abogen-cli = "abogen.webui.app:main"
abogen-web = "abogen.webui.app:main"
[tool.hatch.build.targets.sdist]
exclude = [
@@ -82,8 +82,8 @@ packages = ["abogen"]
[tool.hatch.build]
include = [
"abogen/web/templates/**",
"abogen/web/static/**",
"abogen/webui/templates/**",
"abogen/webui/static/**",
]
[tool.hatch.version]