Skip to content

Commit 31d15a6

Browse files
committed
fix: uv-build configuration with non-src layouts
1 parent 31c2a6c commit 31d15a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ repository = "https://github.com/python-scim/scim2-client"
4545
changelog = "https://scim2-client.readthedocs.io/en/latest/changelog.html"
4646
funding = "https://github.com/sponsors/python-scim"
4747

48+
[tool.uv.build-backend]
49+
module-root = ""
50+
4851
[dependency-groups]
4952
dev = [
5053
"mypy>=1.13.0",

0 commit comments

Comments
 (0)