Skip to content

Commit 4cf5895

Browse files
committed
Fix source folders (full relative path required by uv)
1 parent 5a8e1e2 commit 4cf5895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ google = ["google-genai>=1.8.0"]
7171
Homepage = "https://github.com/oraios/serena"
7272

7373
[tool.hatch.build.targets.wheel]
74-
packages = ["serena", "interprompt", "solidlsp"]
74+
packages = ["src/serena", "src/interprompt", "src/solidlsp"]
7575

7676
[tool.black]
7777
line-length = 140

0 commit comments

Comments
 (0)