Skip to content

Commit 5be8f47

Browse files
committed
Add module config for uv build backend
1 parent 6e60ff2 commit 5be8f47

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ im2deep = "im2deep.__main__:main"
6161
requires = ["uv_build>=0.10.9,<0.11.0"]
6262
build-backend = "uv_build"
6363

64+
[tool.uv.build-backend]
65+
module-name = "im2deep"
66+
module-root = ""
67+
6468
[tool.isort]
6569
profile = "black"
6670
line_length = 99

0 commit comments

Comments
 (0)