mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
feat: Refactor code structure to move web-related components to the webui module and update references accordingly
This commit is contained in:
+5
-5
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user