We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e60ff2 commit 5be8f47Copy full SHA for 5be8f47
1 file changed
pyproject.toml
@@ -61,6 +61,10 @@ im2deep = "im2deep.__main__:main"
61
requires = ["uv_build>=0.10.9,<0.11.0"]
62
build-backend = "uv_build"
63
64
+[tool.uv.build-backend]
65
+module-name = "im2deep"
66
+module-root = ""
67
+
68
[tool.isort]
69
profile = "black"
70
line_length = 99
0 commit comments