fix: packaging error

This commit is contained in:
qixinbo
2026-03-31 22:05:06 +08:00
parent 7cdbf1d333
commit 9a86dd2947
5 changed files with 132 additions and 205 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ npm run build
# Then, build the backend wheel
cd ../backend
uv build --out-dir ../dist
uv build --wheel --out-dir ../dist
```
Once built, the wheel is located in the project root `dist/` directory, e.g., `dist/dataclaw-0.1.0-py3-none-any.whl`.