Skip to content

Commit b436dc2

Browse files
committed
fix: uv-build configuration with non-src layouts
1 parent af1628d commit b436dc2

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-models"
3636
changelog = "https://scim2-models.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
[dependency-groups]
4043
dev = [
4144
"mypy>=1.13.0",

0 commit comments

Comments
 (0)