Skip to content

Commit 05148df

Browse files
fix: add sdist build artifact path to allow dashboard artifact to be included (#8933)
* fix: add sdist build artifact path to allow dashboard artifact to be included * Update pyproject.toml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 39d4253 commit 05148df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ exclude = ["dashboard", "node_modules", "dist", "data", "tests"]
121121
allow-direct-references = true
122122

123123
# Include bundled dashboard dist even though it is not tracked by VCS.
124-
[tool.hatch.build.targets.wheel]
124+
[tool.hatch.build]
125125
artifacts = ["astrbot/dashboard/dist/**"]
126126

127127
# Custom build hook: builds the Vue dashboard and copies dist into the package.

0 commit comments

Comments
 (0)