Skip to content

Commit 169f522

Browse files
committed
fix: switch build-backend to uv_build
1 parent 76d7cfc commit 169f522

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

pyproject.toml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,13 @@ tests = 'test_scripts:run_tests'
4848
[tool.uv.sources]
4949
unasync-cli = { git = "https://github.com/supabase-community/unasync-cli.git", branch = "main" }
5050

51-
[tool.pytest.ini_options]
52-
asyncio_mode = "auto"
53-
5451
[build-system]
55-
requires = ["poetry-core>=1.0.0"]
56-
build-backend = "poetry.core.masonry.api"
52+
requires = ["uv_build>=0.8.3,<0.9.0"]
53+
build-backend = "uv_build"
54+
55+
[tool.uv.build-backend]
56+
module-name = "supabase"
57+
module-root = ""
58+
59+
[tool.pytest.ini_options]
60+
asyncio_mode = "auto"

0 commit comments

Comments
 (0)