Skip to content

Commit 53ee2b1

Browse files
committed
fix: uv-build configuration with non-src layouts
1 parent 2ff7767 commit 53ee2b1

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
@@ -36,6 +36,9 @@ repository = "https://github.com/python-scim/scim2-tester"
3636
changelog = "https://scim2-tester.readthedocs.io/en/latest/changelog.html"
3737
funding = "https://github.com/sponsors/python-scim"
3838

39+
[tool.uv.build-backend]
40+
module-root = ""
41+
3942
[project.optional-dependencies]
4043
httpx = [
4144
"scim2-client[httpx]>=0.4.0",

0 commit comments

Comments
 (0)